diff lispref/keymaps.texi @ 39203:86ff0f926954

(Scanning Keymaps) <where-is-internal>: The argument keymap can be a list.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 08 Sep 2001 17:47:45 +0000
parents 11cdca31a7cd
children a585fe0f948f
line wrap: on
line diff
--- 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