]> git.eshelyaron.com Git - emacs.git/commitdiff
(Scanning Keymaps) <where-is-internal>: The
authorEli Zaretskii <eliz@gnu.org>
Sat, 8 Sep 2001 17:47:45 +0000 (17:47 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 8 Sep 2001 17:47:45 +0000 (17:47 +0000)
argument keymap can be a list.

lispref/keymaps.texi

index ecd24704df38dadb3ac7c485101d159124b43b47..3adc85ece63171ee0f83437027d04e982fc59bea 100644 (file)
@@ -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