From: Dave Love Date: Wed, 7 Feb 2001 23:31:57 +0000 (+0000) Subject: (adaptive-fill-function): Fix :type X-Git-Tag: emacs-pretest-21.0.98~110 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ef4d4394bf87853635169073120c373fa075a14c;p=emacs.git (adaptive-fill-function): Fix :type --- diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index 1ddf46e2361..fedfaa91999 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el @@ -117,9 +117,9 @@ if it would act as a paragraph-starter on the second line." :group 'fill) (defcustom adaptive-fill-function nil - "*Function to call to choose a fill prefix for a paragraph. + "*Function to call to choose a fill prefix for a paragraph, or nil. This function is used when `adaptive-fill-regexp' does not match." - :type 'function + :type '(choice (const nil) function) :group 'fill) (defvar fill-indent-according-to-mode nil