diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-04-07 01:49:15 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-04-07 01:49:15 +0000 |
commit | 9232ba3d87728e55c3574c626e3d80fbae53c59e (patch) | |
tree | 42d5e391c7cc479cc34bb347d7cff5e33914ff09 | |
parent | 1384a7fd762125b1316a0188d7564f9c27577300 (diff) | |
download | emacs-9232ba3d87728e55c3574c626e3d80fbae53c59e.tar.gz |
(Active Keymaps): Improve index entries.
-rw-r--r-- | lispref/keymaps.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/keymaps.texi b/lispref/keymaps.texi index 684b3f7dd21..d94de6d70f0 100644 --- a/lispref/keymaps.texi +++ b/lispref/keymaps.texi @@ -697,7 +697,7 @@ An error is signaled if @var{key} is not a string or a vector. @node Searching Keymaps @section Searching the Active Keymaps -@cindex search active keymaps for keys +@cindex searching active keymaps for keys After translation of event subsequences (@pxref{Translation Keymaps}) Emacs looks for them in the active keymaps. Here is a |