; Fix typos in lisp/keymap.el doc strings (bug#65329).
Copyright-paper-exempt: yes
This commit is contained in:
parent
21b2ecee66
commit
3712e8bc38
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue