etc/ORG-NEWS: Fix typo

* etc/ORG-NEWS (New property accessors and setters): Fix property names.
This commit is contained in:
Ihor Radchenko 2023-08-11 12:07:29 +03:00
parent 695fbc9086
commit 85b74750eb
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 2 additions and 2 deletions

View File

@ -125,8 +125,8 @@ New functions to retrieve and set (via ~setf~) commonly used element properties:
- =:end= :: ~org-element-end~
- =:contents-begin= :: ~org-element-contents-begin~
- =:contents-end= :: ~org-element-contents-end~
- =:contents-post-affiliated= :: ~org-element-post-affiliated~
- =:contents-post-blank= :: ~org-element-post-blank~
- =:post-affiliated= :: ~org-element-post-affiliated~
- =:post-blank= :: ~org-element-post-blank~
- =:parent= :: ~org-element-parent~
***** New macro ~org-element-with-enabled-cache~