# HG changeset patch # User Richard M. Stallman # Date 1178815173 0 # Node ID 1b827e0f56e30a281aaa5637c68e75de93a9fd9b # Parent de8c654d861ea37422be417f18f9c5fa549fb6ff (Scanning Keymaps): Update where-is-internal example. diff -r de8c654d861e -r 1b827e0f56e3 lispref/keymaps.texi --- a/lispref/keymaps.texi Thu May 10 16:38:28 2007 +0000 +++ b/lispref/keymaps.texi Thu May 10 16:39:33 2007 +0000 @@ -1895,7 +1895,8 @@ @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