comparison lisp/prim/paragraphs.el @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents b82b59fe008d
children 131b0175ea99
comparison
equal deleted inserted replaced
29:7976500f47f9 30:ec9a17fef872
56 of text indented by a margin setting. 56 of text indented by a margin setting.
57 57
58 The variable `paragraph-separate' specifies how to distinguish 58 The variable `paragraph-separate' specifies how to distinguish
59 lines that start paragraphs from lines that separate them. 59 lines that start paragraphs from lines that separate them.
60 60
61 If the variable `use-hard-newlines' is nonnil, then only lines following a 61 If the variable `use-hard-newlines' is non-nil, then only lines following a
62 hard newline are considered to match.") 62 hard newline are considered to match.")
63 63
64 ;; paragraph-start requires a hard newline, but paragraph-separate does not: 64 ;; paragraph-start requires a hard newline, but paragraph-separate does not:
65 ;; It is assumed that paragraph-separate is distinctive enough to be believed 65 ;; It is assumed that paragraph-separate is distinctive enough to be believed
66 ;; whenever it occurs, while it is reasonable to set paragraph-start to 66 ;; whenever it occurs, while it is reasonable to set paragraph-start to