summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-09-08 17:47:45 +0000
committerEli Zaretskii <eliz@gnu.org>2001-09-08 17:47:45 +0000
commit87d6dc142bcd611a07ccf28c6cf05220d917e1d1 (patch)
tree03a2e3cd4879d461eaf77b159e2c97d4bcdc1644 /lispref
parentde0df8e2a9ed7d1349871b1a92d6b43396bad926 (diff)
downloademacs-87d6dc142bcd611a07ccf28c6cf05220d917e1d1.tar.gz
(Scanning Keymaps) <where-is-internal>: The
argument keymap can be a list.
Diffstat (limited to 'lispref')
-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}.
If @var{keymap} is @code{nil}, then the maps used are the current active
keymaps, disregarding @code{overriding-local-map} (that is, pretending
its value is @code{nil}). If @var{keymap} is non-@code{nil}, then the
-maps searched are @var{keymap} and the global keymap.
+maps searched are @var{keymap} and the global keymap. If @var{keymap}
+is a list of keymaps, only those keymaps are searched.
Usually it's best to use @code{overriding-local-map} as the expression
for @var{keymap}. Then @code{where-is-internal} searches precisely the