diff options
| author | Glenn Morris | 2013-02-25 14:43:44 -0500 |
|---|---|---|
| committer | Glenn Morris | 2013-02-25 14:43:44 -0500 |
| commit | f0e19dc15d42d20607ec4c6c2a5b8ee0ae7108a4 (patch) | |
| tree | 18a2ccda783bf3d2af02bc98b7e5242f607e5821 | |
| parent | b85f342318ce985fe277c5efda4824097abba855 (diff) | |
| download | emacs-f0e19dc15d42d20607ec4c6c2a5b8ee0ae7108a4.tar.gz emacs-f0e19dc15d42d20607ec4c6c2a5b8ee0ae7108a4.zip | |
* lisp/textmodes/paragraphs.el (mark-paragraph): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/textmodes/paragraphs.el | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7a9cdcc20e0..da4cdb9bc62 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-02-25 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * textmodes/paragraphs.el (mark-paragraph): Doc fix. | ||
| 4 | |||
| 1 | 2013-02-21 Juri Linkov <juri@jurta.org> | 5 | 2013-02-21 Juri Linkov <juri@jurta.org> |
| 2 | 6 | ||
| 3 | * isearch.el (isearch-lazy-highlight-new-loop): | 7 | * 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. | |||
| 379 | If ARG is negative, point is put at end of this paragraph, mark is put | 379 | If ARG is negative, point is put at end of this paragraph, mark is put |
| 380 | at beginning of this or a previous paragraph. | 380 | at beginning of this or a previous paragraph. |
| 381 | 381 | ||
| 382 | Interactively, if this command is repeated | 382 | Interactively (or if ALLOW-EXTEND is non-nil), if this command is |
| 383 | or (in Transient Mark mode) if the mark is active, | 383 | repeated or (in Transient Mark mode) if the mark is active, |
| 384 | it marks the next ARG paragraphs after the ones already marked." | 384 | it 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)) |