From c7cd67bd78d538bb850e0220d72fc4a44a4560b9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 19 Apr 1994 07:44:27 +0000 Subject: [PATCH] Comment change. --- lisp/textmodes/ooutline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5