diff options
| author | Eli Zaretskii | 2001-09-08 17:47:45 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-09-08 17:47:45 +0000 |
| commit | 87d6dc142bcd611a07ccf28c6cf05220d917e1d1 (patch) | |
| tree | 03a2e3cd4879d461eaf77b159e2c97d4bcdc1644 | |
| parent | de0df8e2a9ed7d1349871b1a92d6b43396bad926 (diff) | |
| download | emacs-87d6dc142bcd611a07ccf28c6cf05220d917e1d1.tar.gz emacs-87d6dc142bcd611a07ccf28c6cf05220d917e1d1.zip | |
(Scanning Keymaps) <where-is-internal>: The
argument keymap can be a list.
| -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 ecd24704df3..3adc85ece63 100644 --- a/lispref/keymaps.texi +++ b/lispref/keymaps.texi | |||
| @@ -1459,7 +1459,8 @@ keymap entries using @code{eq}. | |||
| 1459 | If @var{keymap} is @code{nil}, then the maps used are the current active | 1459 | If @var{keymap} is @code{nil}, then the maps used are the current active |
| 1460 | keymaps, disregarding @code{overriding-local-map} (that is, pretending | 1460 | keymaps, disregarding @code{overriding-local-map} (that is, pretending |
| 1461 | its value is @code{nil}). If @var{keymap} is non-@code{nil}, then the | 1461 | its value is @code{nil}). If @var{keymap} is non-@code{nil}, then the |
| 1462 | maps searched are @var{keymap} and the global keymap. | 1462 | maps searched are @var{keymap} and the global keymap. If @var{keymap} |
| 1463 | is a list of keymaps, only those keymaps are searched. | ||
| 1463 | 1464 | ||
| 1464 | Usually it's best to use @code{overriding-local-map} as the expression | 1465 | Usually it's best to use @code{overriding-local-map} as the expression |
| 1465 | for @var{keymap}. Then @code{where-is-internal} searches precisely the | 1466 | for @var{keymap}. Then @code{where-is-internal} searches precisely the |