comparison lisp/textmodes/fill.el @ 19076:457a082715c8

(adaptive-fill-first-line-regexp): Fix regexp.
author Richard M. Stallman <rms@gnu.org>
date Fri, 01 Aug 1997 19:20:29 +0000
parents baf7d9450075
children 4a2dbee243f9
comparison
equal deleted inserted replaced
19075:a0386e6bb200 19076:457a082715c8
86 line, but in that case `adaptive-fill-first-line-regexp' also plays 86 line, but in that case `adaptive-fill-first-line-regexp' also plays
87 a role." 87 a role."
88 :type 'regexp 88 :type 'regexp
89 :group 'fill) 89 :group 'fill)
90 90
91 (defcustom adaptive-fill-first-line-regexp "\\`[ \t]*$`//'" 91 (defcustom adaptive-fill-first-line-regexp "\\`[ \t]*\\'"
92 "*Regexp specifying whether to set fill prefix from a one-line paragraph. 92 "*Regexp specifying whether to set fill prefix from a one-line paragraph.
93 When a paragraph has just one line, then after `adaptive-fill-regexp' 93 When a paragraph has just one line, then after `adaptive-fill-regexp'
94 finds the prefix at the beginning of the line, if it doesn't 94 finds the prefix at the beginning of the line, if it doesn't
95 match this regexp, it is replaced with whitespace. 95 match this regexp, it is replaced with whitespace.
96 96