aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-08-01 19:20:29 +0000
committerRichard M. Stallman1997-08-01 19:20:29 +0000
commit21942e01985b614221217d5ea42868ebb9b364e7 (patch)
treebdfecee032a3f074fce79513ec96da0c0a62c2bc
parentfc6d6de2a7840ef16a348f7d31f463f93d776fdc (diff)
downloademacs-21942e01985b614221217d5ea42868ebb9b364e7.tar.gz
emacs-21942e01985b614221217d5ea42868ebb9b364e7.zip
(adaptive-fill-first-line-regexp): Fix regexp.
-rw-r--r--lisp/textmodes/fill.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el
index d73da1105f6..c1f44301a4b 100644
--- a/lisp/textmodes/fill.el
+++ b/lisp/textmodes/fill.el
@@ -88,7 +88,7 @@ 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.
93When a paragraph has just one line, then after `adaptive-fill-regexp' 93When a paragraph has just one line, then after `adaptive-fill-regexp'
94finds the prefix at the beginning of the line, if it doesn't 94finds the prefix at the beginning of the line, if it doesn't