diff options
| author | Bastien Guerry <bzg@altern.org> | 2013-01-23 11:58:15 (GMT) |
|---|---|---|
| committer | Bastien Guerry <bzg@altern.org> | 2013-01-23 11:58:15 (GMT) |
| commit | 9d5b79104b3be383d3fb9e685209ece2f619e8c5 (patch) | |
| tree | a863c4593d0580680455b53ae39090c219c8182b | |
| parent | b8104315d3abfdd385fa5c3d1900e08ffe30fa27 (diff) | |
| parent | 340f51f723e671954952e4692f2e70c7e50cc93e (diff) | |
| download | org-mode-9d5b79104b3be383d3fb9e685209ece2f619e8c5.zip org-mode-9d5b79104b3be383d3fb9e685209ece2f619e8c5.tar.gz | |
Merge branch 'maint'
| -rw-r--r-- | lisp/org-element.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org-element.el b/lisp/org-element.el index fcb21c5..6ff645b 100644 --- a/lisp/org-element.el +++ b/lisp/org-element.el @@ -4585,8 +4585,8 @@ row of a table, returned element will be the table instead of the first row. If optional argument KEEP-TRAIL is non-nil, the function returns -a list of of elements leading to element at point. The list's -CAR is always the element at point. Following positions contain +a list of elements leading to element at point. The list's CAR +is always the element at point. The following positions contain element's siblings, then parents, siblings of parents, until the first element of current section." (org-with-wide-buffer |
