From: Richard M. Stallman Date: Thu, 10 May 2007 16:39:33 +0000 (+0000) Subject: (Scanning Keymaps): Update where-is-internal example. X-Git-Tag: emacs-pretest-22.0.990~55 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a484846f80a3adae6f85b6fb897a6ae9887b32fb;p=emacs.git (Scanning Keymaps): Update where-is-internal example. --- 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