aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorGlenn Morris2013-02-27 22:30:48 -0800
committerGlenn Morris2013-02-27 22:30:48 -0800
commit929aeac608c271b2448dffec29aeea85c69d6bff (patch)
treed49650ea52e9c6f1bc89efae4937057dc9df6bcf /lisp/textmodes
parente7a1c32dda4ec7d937e9810b23584945286f2e25 (diff)
parentb6e99fe463fd9610eadd181e39aa4b4ba632eb61 (diff)
downloademacs-929aeac608c271b2448dffec29aeea85c69d6bff.tar.gz
emacs-929aeac608c271b2448dffec29aeea85c69d6bff.zip
Merge from emacs-24; up to 2012-12-23T02:41:17Z!rgm@gnu.org
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/paragraphs.el4
1 files changed, 2 insertions, 2 deletions
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.
379If ARG is negative, point is put at end of this paragraph, mark is put 379If ARG is negative, point is put at end of this paragraph, mark is put
380at beginning of this or a previous paragraph. 380at beginning of this or a previous paragraph.
381 381
382Interactively, if this command is repeated 382Interactively (or if ALLOW-EXTEND is non-nil), if this command is
383or (in Transient Mark mode) if the mark is active, 383repeated or (in Transient Mark mode) if the mark is active,
384it marks the next ARG paragraphs after the ones already marked." 384it marks the next ARG paragraphs after the ones already marked."
385 (interactive "p\np") 385 (interactive "p\np")
386 (unless arg (setq arg 1)) 386 (unless arg (setq arg 1))