* doc/lispref/keymaps.texi (Key Binding Commands): Trivial rephrasing.
This commit is contained in:
parent
e08e7d9154
commit
9d6c9dd13c
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-02-11 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* keymaps.texi (Key Binding Commands): Trivial rephrasing.
|
||||
|
||||
2013-02-09 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* keymaps.texi (Creating Keymaps): Update make-keymap result.
|
||||
|
|
|
@ -1784,7 +1784,7 @@ that uses @var{key} as a prefix---which would not be allowed if
|
|||
@end group
|
||||
@end smallexample
|
||||
|
||||
This function is implemented simply using @code{define-key}:
|
||||
This function is equivalent to using @code{define-key} as follows:
|
||||
|
||||
@smallexample
|
||||
@group
|
||||
|
|
Loading…
Add table
Reference in a new issue