From 87d6dc142bcd611a07ccf28c6cf05220d917e1d1 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 8 Sep 2001 17:47:45 +0000 Subject: [PATCH] (Scanning Keymaps) : The argument keymap can be a list. --- lispref/keymaps.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5