diff --git a/lispref/keymaps.texi b/lispref/keymaps.texi index 88b312d227b..400a2c38240 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