aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-02-08 09:13:06 -0800
committerGlenn Morris2013-02-08 09:13:06 -0800
commit7bd007246e44cf3c2f9b4e498f1c89127e2cd10e (patch)
treef06ac5929db7ea23a497477796ca5a01434349b3
parentdacbc44ca3fc825c9e5ffa799f1a0937c1da0020 (diff)
downloademacs-7bd007246e44cf3c2f9b4e498f1c89127e2cd10e.tar.gz
emacs-7bd007246e44cf3c2f9b4e498f1c89127e2cd10e.zip
keymaps.texi tweak
* doc/lispref/keymaps.texi (Active Keymaps, Searching Keymaps): Remove confusing mention of "symbolic prefix". Fixes: debbugs:13643
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/keymaps.texi7
2 files changed, 8 insertions, 4 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 8a35dd6d4bb..0fff7efbfc5 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,8 @@
12013-02-08 Glenn Morris <rgm@gnu.org>
2
3 * keymaps.texi (Active Keymaps, Searching Keymaps):
4 Remove confusing mention of "symbolic prefix". (Bug#13643)
5
12013-01-16 Glenn Morris <rgm@gnu.org> 62013-01-16 Glenn Morris <rgm@gnu.org>
2 7
3 * macros.texi (Indenting Macros): Fix order of an indent 8 * macros.texi (Indenting Macros): Fix order of an indent
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi
index cb6c785905c..7c66bbec801 100644
--- a/doc/lispref/keymaps.texi
+++ b/doc/lispref/keymaps.texi
@@ -634,8 +634,8 @@ keymap, and the global keymap, in that order. Emacs searches for each
634input key sequence in all these keymaps. @xref{Searching Keymaps}, 634input key sequence in all these keymaps. @xref{Searching Keymaps},
635for more details of this procedure. 635for more details of this procedure.
636 636
637 When the key sequence starts with a mouse event (optionally preceded 637 When the key sequence starts with a mouse event,
638by a symbolic prefix), the active keymaps are determined based on the 638the active keymaps are determined based on the
639position in that event. If the event happened on a string embedded 639position in that event. If the event happened on a string embedded
640with a @code{display}, @code{before-string}, or @code{after-string} 640with a @code{display}, @code{before-string}, or @code{after-string}
641property (@pxref{Special Properties}), the non-@code{nil} map 641property (@pxref{Special Properties}), the non-@code{nil} map
@@ -766,8 +766,7 @@ them:
766@var{find-in} and @var{find-in-any} are pseudo functions that search 766@var{find-in} and @var{find-in-any} are pseudo functions that search
767in one keymap and in an alist of keymaps, respectively. (Searching a 767in one keymap and in an alist of keymaps, respectively. (Searching a
768single keymap for a binding is called @dfn{key lookup}; see @ref{Key 768single keymap for a binding is called @dfn{key lookup}; see @ref{Key
769Lookup}.) If the key sequence starts with a mouse event, or a 769Lookup}.) If the key sequence starts with a mouse event, that event's position
770symbolic prefix event followed by a mouse event, that event's position
771is used instead of point and the current buffer. Mouse events on an 770is used instead of point and the current buffer. Mouse events on an
772embedded string use non-@code{nil} text properties from that string 771embedded string use non-@code{nil} text properties from that string
773instead of the buffer. @var{temp-map} is a pseudo variable that 772instead of the buffer. @var{temp-map} is a pseudo variable that