emacs-diffs
[Top][All Lists]
Advanced

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

master 83e0acdf6e: ; * lisp/subr.el (define-keymap): Fix typos.


From: Stefan Kangas
Subject: master 83e0acdf6e: ; * lisp/subr.el (define-keymap): Fix typos.
Date: Sun, 26 Dec 2021 11:26:15 -0500 (EST)

branch: master
commit 83e0acdf6e397eb2d340f3816d0991f2d6f05570
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; * lisp/subr.el (define-keymap): Fix typos.
---
 lisp/subr.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/subr.el b/lisp/subr.el
index 9c07606100..b77afaca94 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -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').



reply via email to

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