emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111234: keymaps.texi tweak


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111234: keymaps.texi tweak
Date: Fri, 08 Feb 2013 09:13:06 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111234
fixes bug: http://debbugs.gnu.org/13643
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Fri 2013-02-08 09:13:06 -0800
message:
  keymaps.texi tweak
  
  * doc/lispref/keymaps.texi (Active Keymaps, Searching Keymaps):
  Remove confusing mention of "symbolic prefix".
modified:
  doc/lispref/ChangeLog
  doc/lispref/keymaps.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-01-16 02:03:06 +0000
+++ b/doc/lispref/ChangeLog     2013-02-08 17:13:06 +0000
@@ -1,3 +1,8 @@
+2013-02-08  Glenn Morris  <address@hidden>
+
+       * keymaps.texi (Active Keymaps, Searching Keymaps):
+       Remove confusing mention of "symbolic prefix".  (Bug#13643)
+
 2013-01-16  Glenn Morris  <address@hidden>
 
        * macros.texi (Indenting Macros): Fix order of an indent

=== modified file 'doc/lispref/keymaps.texi'
--- a/doc/lispref/keymaps.texi  2013-04-02 07:16:06 +0000
+++ b/doc/lispref/keymaps.texi  2013-02-08 17:13:06 +0000
@@ -634,8 +634,8 @@
 input key sequence in all these keymaps.  @xref{Searching Keymaps},
 for more details of this procedure.
 
-  When the key sequence starts with a mouse event (optionally preceded
-by a symbolic prefix), the active keymaps are determined based on the
+  When the key sequence starts with a mouse event,
+the active keymaps are determined based on the
 position in that event.  If the event happened on a string embedded
 with a @code{display}, @code{before-string}, or @code{after-string}
 property (@pxref{Special Properties}), the address@hidden map
@@ -766,8 +766,7 @@
 @var{find-in} and @var{find-in-any} are pseudo functions that search
 in one keymap and in an alist of keymaps, respectively.  (Searching a
 single keymap for a binding is called @dfn{key lookup}; see @ref{Key
-Lookup}.)  If the key sequence starts with a mouse event, or a
-symbolic prefix event followed by a mouse event, that event's position
+Lookup}.)  If the key sequence starts with a mouse event, that event's position
 is used instead of point and the current buffer.  Mouse events on an
 embedded string use address@hidden text properties from that string
 instead of the buffer.  @var{temp-map} is a pseudo variable that


reply via email to

[Prev in Thread] Current Thread [Next in Thread]