Remove ambiguity from key-valid-p docstring
* lisp/keymap.el (key-valid-p): Be explicit about the separator being one and only one space.
This commit is contained in:
parent
0d315102fe
commit
a0263cfee3
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ See `kbd' for a descripion of KEYS."
|
|||
(defun key-valid-p (keys)
|
||||
"Say whether KEYS is a valid key.
|
||||
A key is a string consisting of one or more key strokes.
|
||||
The key strokes are separated by space characters.
|
||||
The key strokes are separated by single space characters.
|
||||
|
||||
Each key stroke is either a single character, or the name of an
|
||||
event, surrounded by angle brackets. In addition, any key stroke
|
||||
|
|
Loading…
Add table
Reference in a new issue