mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 14:30:50 -08:00
; * lisp/editorconfig.el (editorconfig-indentation-alist): Doc fix.
This commit is contained in:
parent
0834106a62
commit
a6dafbc2bc
1 changed files with 2 additions and 2 deletions
|
|
@ -267,8 +267,8 @@ This is a fallback used for those modes which don't set
|
||||||
|
|
||||||
Each element should look like (MODE . SETTING) where SETTING
|
Each element should look like (MODE . SETTING) where SETTING
|
||||||
should obey the same rules as `editorconfig-indent-size-vars',
|
should obey the same rules as `editorconfig-indent-size-vars',
|
||||||
i.e. either a list of variable names or a function returning a list of (VAR . VAL)
|
i.e. be either a list of variable names or a function returning
|
||||||
settings."
|
a list of settings in the form (VARIABLE . VALUE)."
|
||||||
:type '(alist :key-type symbol
|
:type '(alist :key-type symbol
|
||||||
:value-type (choice function
|
:value-type (choice function
|
||||||
(repeat
|
(repeat
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue