* doc/lispref/keymaps.texi (Creating Keymaps): Update make-keymap result.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2013-02-09 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* keymaps.texi (Creating Keymaps): Update make-keymap result.
|
||||
|
||||
2013-02-08 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* keymaps.texi (Active Keymaps, Searching Keymaps):
|
||||
|
||||
@@ -327,10 +327,12 @@ these characters to @code{nil}, and does not bind any other kind of
|
||||
event. The argument @var{prompt} specifies a
|
||||
prompt string, as in @code{make-sparse-keymap}.
|
||||
|
||||
@c This example seems kind of pointless, but I guess it serves
|
||||
@c to contrast the result with make-sparse-keymap above.
|
||||
@example
|
||||
@group
|
||||
(make-keymap)
|
||||
@result{} (keymap #^[t nil nil nil @dots{} nil nil keymap])
|
||||
@result{} (keymap #^[nil nil keymap nil nil nil @dots{}])
|
||||
@end group
|
||||
@end example
|
||||
|
||||
|
||||
Reference in New Issue
Block a user