diff options
| author | Richard M. Stallman | 2007-05-10 16:39:33 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-05-10 16:39:33 +0000 |
| commit | a484846f80a3adae6f85b6fb897a6ae9887b32fb (patch) | |
| tree | 180965fb0ff8170cc371697539a7bd4a1f7a4b60 | |
| parent | 13a3164f842086460b8728ae24541f6820535ce4 (diff) | |
| download | emacs-a484846f80a3adae6f85b6fb897a6ae9887b32fb.tar.gz emacs-a484846f80a3adae6f85b6fb897a6ae9887b32fb.zip | |
(Scanning Keymaps): Update where-is-internal example.
| -rw-r--r-- | lispref/keymaps.texi | 3 |
1 files changed, 2 insertions, 1 deletions
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}. | |||
| 1895 | @smallexample | 1895 | @smallexample |
| 1896 | @group | 1896 | @group |
| 1897 | (where-is-internal 'describe-function) | 1897 | (where-is-internal 'describe-function) |
| 1898 | @result{} ("\^hf" "\^hd") | 1898 | @result{} ([8 102] [f1 102] [help 102] |
| 1899 | [menu-bar help-menu describe describe-function]) | ||
| 1899 | @end group | 1900 | @end group |
| 1900 | @end smallexample | 1901 | @end smallexample |
| 1901 | @end defun | 1902 | @end defun |