* lisp/textmodes/paragraphs.el (mark-paragraph): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Mon, 25 Feb 2013 19:43:44 +0000 (14:43 -0500)
committerGlenn Morris <rgm@gnu.org>
Mon, 25 Feb 2013 19:43:44 +0000 (14:43 -0500)
lisp/ChangeLog
lisp/textmodes/paragraphs.el

index 7a9cdcc..da4cdb9 100644 (file)
@@ -1,3 +1,7 @@
+2013-02-25  Glenn Morris  <rgm@gnu.org>
+
+       * textmodes/paragraphs.el (mark-paragraph): Doc fix.
+
 2013-02-21  Juri Linkov  <juri@jurta.org>
 
        * isearch.el (isearch-lazy-highlight-new-loop):
index 4e17af1..e773b53 100644 (file)
@@ -379,8 +379,8 @@ the number of paragraphs marked equals ARG.
 If ARG is negative, point is put at end of this paragraph, mark is put
 at beginning of this or a previous paragraph.
 
-Interactively, if this command is repeated
-or (in Transient Mark mode) if the mark is active,
+Interactively (or if ALLOW-EXTEND is non-nil), if this command is
+repeated or (in Transient Mark mode) if the mark is active,
 it marks the next ARG paragraphs after the ones already marked."
   (interactive "p\np")
   (unless arg (setq arg 1))