From: Eli Zaretskii Date: Sat, 21 Sep 2024 07:21:21 +0000 (+0300) Subject: ; * lisp/editorconfig.el (editorconfig-indentation-alist): Doc fix. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1c3e08a3e3bd05d76798d2b31b4a328fbbc4ce16;p=emacs.git ; * lisp/editorconfig.el (editorconfig-indentation-alist): Doc fix. (cherry picked from commit a6dafbc2bc559295485c72bdfc317dda8a0a9bf5) --- diff --git a/lisp/editorconfig.el b/lisp/editorconfig.el index 870f6d32162..8d239229dcb 100644 --- a/lisp/editorconfig.el +++ b/lisp/editorconfig.el @@ -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 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) -settings." +i.e. be either a list of variable names or a function returning +a list of settings in the form (VARIABLE . VALUE)." :type '(alist :key-type symbol :value-type (choice function (repeat