]> git.eshelyaron.com Git - emacs.git/commitdiff
(forward-paragraph): Comment change.
authorRichard M. Stallman <rms@gnu.org>
Fri, 26 Jan 1996 19:47:15 +0000 (19:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 26 Jan 1996 19:47:15 +0000 (19:47 +0000)
lisp/textmodes/paragraphs.el

index 120a381b3dc4e375ab1dc2840690a57ed4b8d5eb..187bc9bf78318cfafc4901341b8b7cc6f0e49db2 100644 (file)
@@ -191,6 +191,7 @@ to which the end of the previous line belongs, or the end of the buffer."
            (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))