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:
parent
b4a64de468
commit
ef4d4394bf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user