aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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