comparison lisp/prim/paragraphs.el @ 108:360340f9fd5f r20-1b6

Import from CVS: tag r20-1b6
author cvs
date Mon, 13 Aug 2007 09:18:39 +0200
parents b9518feda344
children 3bb7ccffb0c0
comparison
equal deleted inserted replaced
107:523141596bda 108:360340f9fd5f
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