mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(adaptive-fill-function): Fix :type
This commit is contained in:
parent
b4a64de468
commit
ef4d4394bf
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue