Checkdoc fixes

* avy.el (avy-keys-alist): command into quotes
(avy-styles-alist): command into quotes and indent
This commit is contained in:
Jeremy Bryant 2024-07-09 21:24:04 +01:00 committed by Oleh Krehel
parent be612110cb
commit 933d1f36cc

4
avy.el
View File

@ -99,7 +99,7 @@ keys different than the following: a, e, i, o, u, y"
(function :tag "Other command"))) (function :tag "Other command")))
(defcustom avy-keys-alist nil (defcustom avy-keys-alist nil
"Alist of avy-jump commands to `avy-keys' overriding the default `avy-keys'." "Alist of `avy-jump' commands to `avy-keys' overriding the default `avy-keys'."
:type `(alist :type `(alist
:key-type ,avy--key-type :key-type ,avy--key-type
:value-type (repeat :tag "Keys" character))) :value-type (repeat :tag "Keys" character)))
@ -156,7 +156,7 @@ Use `avy-styles-alist' to customize this per-command."
(const :tag "Words" words))) (const :tag "Words" words)))
(defcustom avy-styles-alist nil (defcustom avy-styles-alist nil
"Alist of avy-jump commands to the style for each command. "Alist of `avy-jump' commands to the style for each command.
If the commands isn't on the list, `avy-style' is used." If the commands isn't on the list, `avy-style' is used."
:type '(alist :type '(alist
:key-type (choice :tag "Command" :key-type (choice :tag "Command"