mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
; Fix typos in lisp/keymap.el doc strings (bug#65329).
Copyright-paper-exempt: yes
This commit is contained in:
parent
21b2ecee66
commit
3712e8bc38
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user