From 8276605efb09abf8f86dad56f5c43fa57e5c1bd7 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 28 Dec 2021 20:07:54 +0200 Subject: [PATCH] ; * 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 734cbe89cd1..25288013cf8 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 -- 2.39.2