emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 3712e8bc385: ; Fix typos in lisp/keymap.el doc strings (bug#653


From: Eli Zaretskii
Subject: emacs-29 3712e8bc385: ; Fix typos in lisp/keymap.el doc strings (bug#65329).
Date: Wed, 16 Aug 2023 08:25:05 -0400 (EDT)

branch: emacs-29
commit 3712e8bc385e05520b4f410abd4f627ac668c65d
Author: Thomas Voss <mail@thomasvoss.com>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix typos in lisp/keymap.el doc strings (bug#65329).
    
    Copyright-paper-exempt: yes
---
 lisp/keymap.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/keymap.el b/lisp/keymap.el
index cd06b830e0a..017b2d6ead0 100644
--- a/lisp/keymap.el
+++ b/lisp/keymap.el
@@ -78,7 +78,7 @@ called from Lisp, COMMAND can be anything that `keymap-set' 
accepts
 as its DEFINITION argument.
 
 If COMMAND is a string (which can only happen when this function is
-callled from Lisp), it must satisfy `key-valid-p'.
+called from Lisp), it must satisfy `key-valid-p'.
 
 Note that if KEY has a local binding in the current buffer,
 that local binding will continue to shadow any global binding
@@ -102,7 +102,7 @@ called from Lisp, COMMAND can be anything that `keymap-set' 
accepts
 as its DEFINITION argument.
 
 If COMMAND is a string (which can only happen when this function is
-callled from Lisp), it must satisfy `key-valid-p'.
+called from Lisp), it must satisfy `key-valid-p'.
 
 The binding goes in the current buffer's local keymap, which in most
 cases is shared with all other buffers in the same major mode."



reply via email to

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