summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2007-05-10 16:39:33 +0000
committerRichard M. Stallman <rms@gnu.org>2007-05-10 16:39:33 +0000
commita484846f80a3adae6f85b6fb897a6ae9887b32fb (patch)
tree180965fb0ff8170cc371697539a7bd4a1f7a4b60
parent13a3164f842086460b8728ae24541f6820535ce4 (diff)
(Scanning Keymaps): Update where-is-internal example.
-rw-r--r--lispref/keymaps.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/keymaps.texi b/lispref/keymaps.texi
index 88b312d227..400a2c3824 100644
--- a/lispref/keymaps.texi
+++ b/lispref/keymaps.texi
@@ -1895,7 +1895,8 @@ other command. However, if @var{no-remap} is non-@code{nil}.
@smallexample
@group
(where-is-internal 'describe-function)
- @result{} ("\^hf" "\^hd")
+ @result{} ([8 102] [f1 102] [help 102]
+ [menu-bar help-menu describe describe-function])
@end group
@end smallexample
@end defun