(Scanning Keymaps): Update where-is-internal example.

This commit is contained in:
Richard M. Stallman 2007-05-10 16:39:33 +00:00
parent 13a3164f84
commit a484846f80

View 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