(outline-get-last-sibling): Doc fix.
This commit is contained in:
parent
dd89ee9520
commit
7abbd5fe02
1 changed files with 1 additions and 1 deletions
|
@ -704,7 +704,7 @@ Stop at the first and last subheadings of a superior heading."
|
|||
(error "No previous same-level heading"))))))
|
||||
|
||||
(defun outline-get-last-sibling ()
|
||||
"Move to next heading of the same level, and return point or nil if none."
|
||||
"Move to previous heading of the same level, and return point or nil if none."
|
||||
(let ((level (funcall outline-level)))
|
||||
(outline-previous-visible-heading 1)
|
||||
(while (and (> (funcall outline-level) level)
|
||||
|
|
Loading…
Add table
Reference in a new issue