1
Fork 0
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:
justbur 2015-07-17 13:41:34 -04:00
parent 9d3ffef3f1
commit 5ce4a5cb24

View file

@ -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 ""))