From a484846f80a3adae6f85b6fb897a6ae9887b32fb Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 10 May 2007 16:39:33 +0000 Subject: [PATCH] (Scanning Keymaps): Update where-is-internal example. --- lispref/keymaps.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2