0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-25 22:02:52 +00:00

org-element.el (org-element-at-point): Fix typo in docstring

* org-element.el (org-element-at-point): Fix typo in docstring.
This commit is contained in:
Bastien Guerry 2013-01-23 12:58:09 +01:00
parent 62c3107eb2
commit 340f51f723

View file

@ -4234,8 +4234,8 @@ row of a table, returned element will be the table instead of the
first row. first row.
If optional argument KEEP-TRAIL is non-nil, the function returns If optional argument KEEP-TRAIL is non-nil, the function returns
a list of of elements leading to element at point. The list's a list of elements leading to element at point. The list's CAR
CAR is always the element at point. Following positions contain is always the element at point. The following positions contain
element's siblings, then parents, siblings of parents, until the element's siblings, then parents, siblings of parents, until the
first element of current section." first element of current section."
(org-with-wide-buffer (org-with-wide-buffer