# HG changeset patch # User Eli Zaretskii # Date 999971265 0 # Node ID 86ff0f9269546e0c65c0f8f40a11c11c5aebef77 # Parent 557aaff6fb2378eda3a1bdaf33343cdf5d268fbd (Scanning Keymaps) : The argument keymap can be a list. diff -r 557aaff6fb23 -r 86ff0f926954 lispref/keymaps.texi --- a/lispref/keymaps.texi Sat Sep 08 17:45:21 2001 +0000 +++ b/lispref/keymaps.texi Sat Sep 08 17:47:45 2001 +0000 @@ -1459,7 +1459,8 @@ 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