mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 05:23:05 +00:00
Checkdoc fixes
* avy.el (avy-keys-alist): command into quotes (avy-styles-alist): command into quotes and indent
This commit is contained in:
parent
be612110cb
commit
933d1f36cc
4
avy.el
4
avy.el
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user