emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111300: * lisp/textmodes/paragrap


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111300: * lisp/textmodes/paragraphs.el (mark-paragraph): Doc fix.
Date: Mon, 25 Feb 2013 14:43:44 -0500
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111300
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Mon 2013-02-25 14:43:44 -0500
message:
  * lisp/textmodes/paragraphs.el (mark-paragraph): Doc fix.
modified:
  lisp/ChangeLog
  lisp/textmodes/paragraphs.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-02-21 17:45:12 +0000
+++ b/lisp/ChangeLog    2013-02-25 19:43:44 +0000
@@ -1,3 +1,7 @@
+2013-02-25  Glenn Morris  <address@hidden>
+
+       * textmodes/paragraphs.el (mark-paragraph): Doc fix.
+
 2013-02-21  Juri Linkov  <address@hidden>
 
        * isearch.el (isearch-lazy-highlight-new-loop):

=== modified file 'lisp/textmodes/paragraphs.el'
--- a/lisp/textmodes/paragraphs.el      2013-01-01 09:11:05 +0000
+++ b/lisp/textmodes/paragraphs.el      2013-02-25 19:43:44 +0000
@@ -379,8 +379,8 @@
 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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]