From: Eli Zaretskii Date: Sat, 8 Sep 2001 17:47:45 +0000 (+0000) Subject: (Scanning Keymaps) : The X-Git-Tag: emacs-pretest-21.0.106~184 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=87d6dc142bcd611a07ccf28c6cf05220d917e1d1;p=emacs.git (Scanning Keymaps) : The argument keymap can be a list. --- 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