Mercurial > emacs
changeset 24442:252453d80f53
(outline-get-last-sibling): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 05 Mar 1999 23:01:03 +0000 |
parents | 6643d1ccd5a1 |
children | ff5935fc211c |
files | lisp/textmodes/outline.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/outline.el Fri Mar 05 16:15:58 1999 +0000 +++ b/lisp/textmodes/outline.el Fri Mar 05 23:01:03 1999 +0000 @@ -704,7 +704,7 @@ (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)