; Fix typos in lisp/keymap.el doc strings (bug#65329).

Copyright-paper-exempt: yes
This commit is contained in:
Thomas Voss 2023-08-16 01:58:03 +02:00 committed by Eli Zaretskii
parent 21b2ecee66
commit 3712e8bc38

View file

@ -78,7 +78,7 @@ called from Lisp, COMMAND can be anything that `keymap-set' accepts
as its DEFINITION argument. as its DEFINITION argument.
If COMMAND is a string (which can only happen when this function is 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, Note that if KEY has a local binding in the current buffer,
that local binding will continue to shadow any global binding 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. as its DEFINITION argument.
If COMMAND is a string (which can only happen when this function is 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 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." cases is shared with all other buffers in the same major mode."