Mercurial > hg > xemacs-beta
comparison lisp/paragraphs.el @ 5384:3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
See xemacs-patches message with ID
<AANLkTi=edkEKtK3pZ60ytsG5pTJQy2TjAEVCZCLOa-oA@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Thu, 24 Mar 2011 11:00:11 -0600 |
parents | ed74d2ca7082 |
children | 4dee0387b9de |
comparison
equal
deleted
inserted
replaced
5383:294ab9180fad | 5384:3889ef128488 |
---|---|
48 only considered as a candidate to match `paragraph-start' or | 48 only considered as a candidate to match `paragraph-start' or |
49 `paragraph-separate' if it follows a hard newline. | 49 `paragraph-separate' if it follows a hard newline. |
50 | 50 |
51 Prefix argument says to turn mode on if positive, off if negative. | 51 Prefix argument says to turn mode on if positive, off if negative. |
52 When the mode is turned on, if there are newlines in the buffer but no hard | 52 When the mode is turned on, if there are newlines in the buffer but no hard |
53 newlines, ask the user whether to mark as hard any newlines preceeding a | 53 newlines, ask the user whether to mark as hard any newlines preceding a |
54 `paragraph-start' line. From a program, second arg INSERT specifies whether | 54 `paragraph-start' line. From a program, second arg INSERT specifies whether |
55 to do this; it can be `never' to change nothing, t or `always' to force | 55 to do this; it can be `never' to change nothing, t or `always' to force |
56 marking, `guess' to try to do the right thing with no questions, nil | 56 marking, `guess' to try to do the right thing with no questions, nil |
57 or anything else to ask the user. | 57 or anything else to ask the user. |
58 | 58 |