From: Richard M. Stallman Date: Tue, 19 Apr 1994 07:44:27 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-19.34~8888 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c7cd67bd78d538bb850e0220d72fc4a44a4560b9;p=emacs.git Comment change. --- diff --git a/lisp/textmodes/ooutline.el b/lisp/textmodes/ooutline.el index 7374d4c0bda..399c5017ab1 100644 --- a/lisp/textmodes/ooutline.el +++ b/lisp/textmodes/ooutline.el @@ -419,7 +419,7 @@ while if FLAG is `\\^M' (control-M) the text is hidden." (outline-next-heading)) (if (memq (preceding-char) '(?\n ?\^M)) (progn - ;; got to end of line before heading + ;; Go to end of line before heading (forward-char -1) (if (memq (preceding-char) '(?\n ?\^M)) ;; leave blank line before heading