]> code.delx.au - gnu-emacs/commitdiff
* 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 7a9cdcc20e0eb4e47f668bc4832b1d3e224c56fa..da4cdb9bc6285ac4e22b7a2d709bc7a301311e06 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 4e17af1acb4dc90415189655aab6faec41f9fe35..e773b53a73ff5dcf269f3d63636f8552159cadd0 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))