* doc/lispref/keymaps.texi (Key Binding Commands): Trivial rephrasing.

This commit is contained in:
Glenn Morris 2013-02-10 17:16:30 -08:00
parent e08e7d9154
commit 9d6c9dd13c
2 changed files with 5 additions and 1 deletions

View file

@ -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.

View file

@ -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