From: Glenn Morris Date: Mon, 25 Feb 2013 19:43:44 +0000 (-0500) Subject: * lisp/textmodes/paragraphs.el (mark-paragraph): Doc fix. X-Git-Tag: emacs-24.3-rc1~20 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f0e19dc15d42d20607ec4c6c2a5b8ee0ae7108a4;p=emacs.git * lisp/textmodes/paragraphs.el (mark-paragraph): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7a9cdcc20e0..da4cdb9bc62 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-02-25 Glenn Morris + + * textmodes/paragraphs.el (mark-paragraph): Doc fix. + 2013-02-21 Juri Linkov * isearch.el (isearch-lazy-highlight-new-loop): diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index 4e17af1acb4..e773b53a73f 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el @@ -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))