Mercurial > emacs
changeset 35963:4681ff6664e6
(adaptive-fill-function): Fix :type
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 07 Feb 2001 23:31:57 +0000 |
parents | ad7104908c16 |
children | 248c8cd85a42 |
files | lisp/textmodes/fill.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/fill.el Wed Feb 07 23:30:40 2001 +0000 +++ b/lisp/textmodes/fill.el Wed Feb 07 23:31:57 2001 +0000 @@ -117,9 +117,9 @@ :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