Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
dc55466e
Commit
dc55466e
authored
Feb 08, 2013
by
Glenn Morris
Browse files
* doc/lispref/keymaps.texi (Creating Keymaps): Update make-keymap result.
parent
6511485f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+4
-0
doc/lispref/keymaps.texi
doc/lispref/keymaps.texi
+3
-1
No files found.
doc/lispref/ChangeLog
View file @
dc55466e
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):
...
...
doc/lispref/keymaps.texi
View file @
dc55466e
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment