]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix; fix terminology in key binding functions
authorStefan Kangas <stefan@marxist.se>
Mon, 27 Dec 2021 15:24:18 +0000 (16:24 +0100)
committerStefan Kangas <stefan@marxist.se>
Mon, 27 Dec 2021 15:24:18 +0000 (16:24 +0100)
* lisp/keymap.el (keymap-set, key-valid-p):
* lisp/subr.el (define-keymap): Doc fix; improve terminology.

lisp/keymap.el
lisp/subr.el

index fd91689f887a4a782d2b51c1bf76d040d7430b88..734cbe89cd1ffeaffa9ea48146b3e58f6398ddfc 100644 (file)
@@ -38,7 +38,7 @@
       (byte-compile-warn "Invalid `kbd' syntax: %S" key))))
 
 (defun keymap-set (keymap key definition)
-  "Set key sequence KEY to DEFINITION in KEYMAP.
+  "Set KEY to DEFINITION in KEYMAP.
 KEY is a string that satisfies `key-valid-p'.
 
 DEFINITION is anything that can be a key's definition:
@@ -295,9 +295,9 @@ See `kbd' for a descripion of KEYS."
         res))))
 
 (defun key-valid-p (keys)
-  "Say whether KEYS is a valid `kbd' sequence.
-A `kbd' sequence is a string consisting of one and more key
-strokes.  The key strokes are separated by a space character.
+  "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.
 
 Each key stroke is either a single character, or the name of an
 event, surrounded by angle brackets.  In addition, any key stroke
index b77afaca944cfacc3b7849cd2c698d35c82eca12..29f375884b01f208ba87af6c26c542f527dfa4d1 100644 (file)
@@ -6549,7 +6549,7 @@ not a list, return a one-element list containing OBJECT."
   form)
 
 (defun define-keymap (&rest definitions)
-  "Create a new keymap and define KEY/DEFINITION pairs as key sequences.
+  "Create a new keymap and define KEY/DEFINITION pairs as key bindings.
 The new keymap is returned.
 
 Options can be given as keywords before the KEY/DEFINITION