]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos in lisp/keymap.el doc strings (bug#65329).
authorThomas Voss <mail@thomasvoss.com>
Tue, 15 Aug 2023 23:58:03 +0000 (01:58 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 16 Aug 2023 12:24:21 +0000 (15:24 +0300)
Copyright-paper-exempt: yes

lisp/keymap.el

index cd06b830e0a855f5297c429b84ceed5e007e504f..017b2d6ead0bc523eadae1901109b4019dc7f1f3 100644 (file)
@@ -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."