aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-04-19 07:44:27 +0000
committerRichard M. Stallman1994-04-19 07:44:27 +0000
commitc7cd67bd78d538bb850e0220d72fc4a44a4560b9 (patch)
tree5328109d365f789f784409399d576449f4b81faa
parenta14cad8c6022bb59d7815d40e66b1c83479c24a4 (diff)
downloademacs-c7cd67bd78d538bb850e0220d72fc4a44a4560b9.tar.gz
emacs-c7cd67bd78d538bb850e0220d72fc4a44a4560b9.zip
Comment change.
-rw-r--r--lisp/textmodes/ooutline.el2
1 files changed, 1 insertions, 1 deletions
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."
419 (outline-next-heading)) 419 (outline-next-heading))
420 (if (memq (preceding-char) '(?\n ?\^M)) 420 (if (memq (preceding-char) '(?\n ?\^M))
421 (progn 421 (progn
422 ;; got to end of line before heading 422 ;; Go to end of line before heading
423 (forward-char -1) 423 (forward-char -1)
424 (if (memq (preceding-char) '(?\n ?\^M)) 424 (if (memq (preceding-char) '(?\n ?\^M))
425 ;; leave blank line before heading 425 ;; leave blank line before heading