aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-09-08 17:47:45 +0000
committerEli Zaretskii2001-09-08 17:47:45 +0000
commit87d6dc142bcd611a07ccf28c6cf05220d917e1d1 (patch)
tree03a2e3cd4879d461eaf77b159e2c97d4bcdc1644
parentde0df8e2a9ed7d1349871b1a92d6b43396bad926 (diff)
downloademacs-87d6dc142bcd611a07ccf28c6cf05220d917e1d1.tar.gz
emacs-87d6dc142bcd611a07ccf28c6cf05220d917e1d1.zip
(Scanning Keymaps) <where-is-internal>: The
argument keymap can be a list.
-rw-r--r--lispref/keymaps.texi3
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}.
1459If @var{keymap} is @code{nil}, then the maps used are the current active 1459If @var{keymap} is @code{nil}, then the maps used are the current active
1460keymaps, disregarding @code{overriding-local-map} (that is, pretending 1460keymaps, disregarding @code{overriding-local-map} (that is, pretending
1461its value is @code{nil}). If @var{keymap} is non-@code{nil}, then the 1461its value is @code{nil}). If @var{keymap} is non-@code{nil}, then the
1462maps searched are @var{keymap} and the global keymap. 1462maps searched are @var{keymap} and the global keymap. If @var{keymap}
1463is a list of keymaps, only those keymaps are searched.
1463 1464
1464Usually it's best to use @code{overriding-local-map} as the expression 1465Usually it's best to use @code{overriding-local-map} as the expression
1465for @var{keymap}. Then @code{where-is-internal} searches precisely the 1466for @var{keymap}. Then @code{where-is-internal} searches precisely the