]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/subr.el (define-keymap): Fix typos.
authorStefan Kangas <stefan@marxist.se>
Sun, 26 Dec 2021 16:25:31 +0000 (17:25 +0100)
committerStefan Kangas <stefan@marxist.se>
Sun, 26 Dec 2021 16:25:31 +0000 (17:25 +0100)
lisp/subr.el

index 9c07606100b536926079948b96d21f3d24660072..b77afaca944cfacc3b7849cd2c698d35c82eca12 100644 (file)
@@ -6549,10 +6549,10 @@ not a list, return a one-element list containing OBJECT."
   form)
 
 (defun define-keymap (&rest definitions)
-  "Create a new keymap and define KEY/DEFEFINITION pairs as key sequences.
+  "Create a new keymap and define KEY/DEFINITION pairs as key sequences.
 The new keymap is returned.
 
-Options can be given as keywords before the KEY/DEFEFINITION
+Options can be given as keywords before the KEY/DEFINITION
 pairs.  Available keywords are:
 
 :full      If non-nil, create a chartable alist (see `make-keymap').