org-element: Fix docstring

* lisp/org-element.el (org-element-at-point): Remove :parent from the
list of always available properties.  This is not true for,
e.g. headlines.

Reported-by: Ihor Radchenko <yantar92@gmail.com>
This commit is contained in:
Nicolas Goaziou 2020-02-05 15:33:02 +01:00
parent c524b7f51a
commit 362cb3cd5d
1 changed files with 1 additions and 1 deletions

View File

@ -5810,7 +5810,7 @@ element.
Possible types are defined in `org-element-all-elements'.
Properties depend on element or object type, but always include
`:begin', `:end', `:parent' and `:post-blank' properties.
`:begin', `:end', and `:post-blank' properties.
As a special case, if point is at the very beginning of the first
item in a list or sub-list, returned element will be that list