changeset 14378:2110ae3ef540

(forward-paragraph): Comment change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 26 Jan 1996 19:47:15 +0000
parents 2e6bd1a2712a
children ea15aa9bae36
files lisp/textmodes/paragraphs.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/paragraphs.el	Fri Jan 26 19:39:42 1996 +0000
+++ b/lisp/textmodes/paragraphs.el	Fri Jan 26 19:47:15 1996 +0000
@@ -191,6 +191,7 @@
 	    (goto-char (point-min)))))
       (setq arg (1+ arg)))
     (while (and (> arg 0) (not (eobp)))
+      ;; Move forward over separator lines, and one more line.
       (while (prog1 (and (not (eobp))
 			 (progn (move-to-left-margin) (not (eobp)))
 			 (looking-at paragraph-separate))