Mercurial > hg > xemacs-beta
comparison lisp/paragraphs.el @ 5474:4dee0387b9de
Merged with trunk.
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Tue, 29 Mar 2011 00:02:47 +0200 |
parents | ac37a5f7e5be 3889ef128488 |
children | 1f0b15040456 |
comparison
equal
deleted
inserted
replaced
5473:ac37a5f7e5be | 5474:4dee0387b9de |
---|---|
46 only considered as a candidate to match `paragraph-start' or | 46 only considered as a candidate to match `paragraph-start' or |
47 `paragraph-separate' if it follows a hard newline. | 47 `paragraph-separate' if it follows a hard newline. |
48 | 48 |
49 Prefix argument says to turn mode on if positive, off if negative. | 49 Prefix argument says to turn mode on if positive, off if negative. |
50 When the mode is turned on, if there are newlines in the buffer but no hard | 50 When the mode is turned on, if there are newlines in the buffer but no hard |
51 newlines, ask the user whether to mark as hard any newlines preceeding a | 51 newlines, ask the user whether to mark as hard any newlines preceding a |
52 `paragraph-start' line. From a program, second arg INSERT specifies whether | 52 `paragraph-start' line. From a program, second arg INSERT specifies whether |
53 to do this; it can be `never' to change nothing, t or `always' to force | 53 to do this; it can be `never' to change nothing, t or `always' to force |
54 marking, `guess' to try to do the right thing with no questions, nil | 54 marking, `guess' to try to do the right thing with no questions, nil |
55 or anything else to ask the user. | 55 or anything else to ask the user. |
56 | 56 |