diff options
| -rw-r--r-- | lisp/textmodes/fill.el | 2 |
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 | |||
| 67 | for the paragraph. If the paragraph has just one line, the indentation | 67 | for the paragraph. If the paragraph has just one line, the indentation |
| 68 | is taken from that line.") | 68 | is 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. |
| 72 | This function is used when `adaptive-fill-regexp' does not match.") | 72 | This function is used when `adaptive-fill-regexp' does not match.") |
| 73 | 73 | ||