comparison lisp/paragraphs.el @ 380:8626e4521993 r21-2-5

Import from CVS: tag r21-2-5
author cvs
date Mon, 13 Aug 2007 11:07:10 +0200
parents cc15677e0335
children
comparison
equal deleted inserted replaced
379:76b7d63099ad 380:8626e4521993
55 only considered as a candidate to match `paragraph-start' or 55 only considered as a candidate to match `paragraph-start' or
56 `paragraph-separate' if it follows a hard newline. 56 `paragraph-separate' if it follows a hard newline.
57 57
58 Prefix argument says to turn mode on if positive, off if negative. 58 Prefix argument says to turn mode on if positive, off if negative.
59 When the mode is turned on, if there are newlines in the buffer but no hard 59 When the mode is turned on, if there are newlines in the buffer but no hard
60 newlines, ask the user whether to mark as hard any newlines preceeding a 60 newlines, ask the user whether to mark as hard any newlines preceding a
61 `paragraph-start' line. From a program, second arg INSERT specifies whether 61 `paragraph-start' line. From a program, second arg INSERT specifies whether
62 to do this; it can be `never' to change nothing, t or `always' to force 62 to do this; it can be `never' to change nothing, t or `always' to force
63 marking, `guess' to try to do the right thing with no questions, nil 63 marking, `guess' to try to do the right thing with no questions, nil
64 or anything else to ask the user. 64 or anything else to ask the user.
65 65