Mercurial > emacs
changeset 77676:1b827e0f56e3
(Scanning Keymaps): Update where-is-internal example.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 10 May 2007 16:39:33 +0000 |
parents | de8c654d861e |
children | 861b8417e148 776cb0a1bb24 |
files | lispref/keymaps.texi |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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