1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-14 16:50:58 +00:00

(adaptive-fill-function): Fix :type

This commit is contained in:
Dave Love 2001-02-07 23:31:57 +00:00
parent b4a64de468
commit ef4d4394bf

View File

@ -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