aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 991ca8a1933..4855ee0bbca 100644
--- a/lisp/textmodes/fill.el
+++ b/lisp/textmodes/fill.el
@@ -67,7 +67,7 @@ on the second line of a paragraph is used as the standard indentation
67for the paragraph. If the paragraph has just one line, the indentation 67for the paragraph. If the paragraph has just one line, the indentation
68is taken from that line.") 68is taken from that line.")
69 69
70(defun adaptive-fill-function nil 70(defvar adaptive-fill-function nil
71 "*Function to call to choose a fill prefix for a paragraph. 71 "*Function to call to choose a fill prefix for a paragraph.
72This function is used when `adaptive-fill-regexp' does not match.") 72This function is used when `adaptive-fill-regexp' does not match.")
73 73