emacs-diffs
[Top][All Lists]
Advanced

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

master 8276605efb: ; * lisp/keymap.el (key-valid-p): Fix wording of doc


From: Eli Zaretskii
Subject: master 8276605efb: ; * lisp/keymap.el (key-valid-p): Fix wording of doc string.
Date: Tue, 28 Dec 2021 13:08:54 -0500 (EST)

branch: master
commit 8276605efb09abf8f86dad56f5c43fa57e5c1bd7
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/keymap.el (key-valid-p): Fix wording of doc string.
---
 lisp/keymap.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/keymap.el b/lisp/keymap.el
index 734cbe89cd..25288013cf 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 a space character.
+The key strokes are separated by 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]