Mercurial > emacs
comparison lisp/textmodes/paragraphs.el @ 49599:5ade352e8d1c
Trailing whitespace deleted.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 04 Feb 2003 13:30:45 +0000 |
parents | 2928f718924e |
children | 098ddf9714e8 d7ddb3e565de |
comparison
equal
deleted
inserted
replaced
49598:0d8b17d428b5 | 49599:5ade352e8d1c |
---|---|
41 only considered as a candidate to match `paragraph-start' or | 41 only considered as a candidate to match `paragraph-start' or |
42 `paragraph-separate' if it follows a hard newline. | 42 `paragraph-separate' if it follows a hard newline. |
43 | 43 |
44 Prefix argument says to turn mode on if positive, off if negative. | 44 Prefix argument says to turn mode on if positive, off if negative. |
45 When the mode is turned on, if there are newlines in the buffer but no hard | 45 When the mode is turned on, if there are newlines in the buffer but no hard |
46 newlines, ask the user whether to mark as hard any newlines preceeding a | 46 newlines, ask the user whether to mark as hard any newlines preceeding a |
47 `paragraph-start' line. From a program, second arg INSERT specifies whether | 47 `paragraph-start' line. From a program, second arg INSERT specifies whether |
48 to do this; it can be `never' to change nothing, t or `always' to force | 48 to do this; it can be `never' to change nothing, t or `always' to force |
49 marking, `guess' to try to do the right thing with no questions, nil | 49 marking, `guess' to try to do the right thing with no questions, nil |
50 or anything else to ask the user. | 50 or anything else to ask the user. |
51 | 51 |
52 Newlines not marked hard are called \"soft\", and are always internal | 52 Newlines not marked hard are called \"soft\", and are always internal |
53 to paragraphs. The fill functions insert and delete only soft newlines." | 53 to paragraphs. The fill functions insert and delete only soft newlines." |
54 :group 'paragraphs | 54 :group 'paragraphs |