emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a0263cfee3: Remove ambiguity from key-valid-p docstring


From: Robert Pluim
Subject: master a0263cfee3: Remove ambiguity from key-valid-p docstring
Date: Tue, 4 Jan 2022 10:43:28 -0500 (EST)

branch: master
commit a0263cfee3cf64f4a77f90591af7ef7d8d78d8db
Author: Robert Pluim <rpluim@gmail.com>
Commit: Robert Pluim <rpluim@gmail.com>

    Remove ambiguity from key-valid-p docstring
    
    * lisp/keymap.el (key-valid-p): Be explicit about the separator
    being one and only one space.
---
 lisp/keymap.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/keymap.el b/lisp/keymap.el
index 6feb91a60b..3e9189fba4 100644
--- a/lisp/keymap.el
+++ b/lisp/keymap.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]