mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-02 11:50:48 -08:00
Typo in docstring
This commit is contained in:
parent
9d3ffef3f1
commit
5ce4a5cb24
1 changed files with 2 additions and 2 deletions
|
|
@ -733,8 +733,8 @@ alists. Returns a list (key separator description)."
|
|||
|
||||
(defun which-key--key-description< (a b)
|
||||
"Order key descriptions A and B.
|
||||
Order is lexicographic within a \"class\". Where the classes and
|
||||
the ordering of classes is listed below.
|
||||
Order is lexicographic within a \"class\", where the classes and
|
||||
the ordering of classes are listed below.
|
||||
|
||||
special (SPC,TAB,...) < single char < mod (C-,M-,...) < other."
|
||||
(let* ((aem? (string-equal a ""))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue