(Scanning Keymaps): Update where-is-internal example.
authorRichard M. Stallman <rms@gnu.org>
Thu, 10 May 2007 16:39:33 +0000 (16:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 10 May 2007 16:39:33 +0000 (16:39 +0000)
lispref/keymaps.texi

index 88b312d..400a2c3 100644 (file)
@@ -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