Mercurial > emacs
changeset 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 | 557aaff6fb23 |
children | 8f8df4d24f48 |
files | lispref/keymaps.texi |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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