]> code.delx.au - gnu-emacs/commitdiff
(Searching Keymaps): Small clarification.
authorDavid Kastrup <dak@gnu.org>
Tue, 19 Sep 2006 08:01:33 +0000 (08:01 +0000)
committerDavid Kastrup <dak@gnu.org>
Tue, 19 Sep 2006 08:01:33 +0000 (08:01 +0000)
lispref/ChangeLog
lispref/keymaps.texi

index 47a2fe90f247a496f20dc7f015a647ff5c51b9b2..d79ff074ba1bdfa9124a195238087d8ce7dc2968 100644 (file)
@@ -1,3 +1,7 @@
+2006-09-19  David Kastrup  <dak@gnu.org>
+
+       * keymaps.texi (Searching Keymaps): Small clarification.
+
 2006-09-18  Richard Stallman  <rms@gnu.org>
 
        * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
@@ -28,7 +32,8 @@
        mouse events change this.  Explain the new optional argument of
        `key-binding' and its mouse-dependent lookup.
        (Searching Keymaps): Adapt description similarly.
-       (Remapping Commands): Explain the new optional argument of `command-remapping'.
+       (Remapping Commands): Explain the new optional argument of
+       `command-remapping'.
 
 2006-09-14  Richard Stallman  <rms@gnu.org>
 
        (info): Add target.
        (installall): Target removed.
 
-2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * tips.texi (Coding Conventions): Fix typo.
 
index 2b424f3cd5f4f8f9aa277ea710215a607189442e..a3bd320a676f702dcdcfad339b26689057642801 100644 (file)
@@ -705,8 +705,8 @@ search in one keymap and in an alist of keymaps, respectively.
 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 is used instead of point and the current buffer.  Mouse
-events on an embedded string use text properties from that string
-instead of the buffer.
+events on an embedded string use non-@code{nil} text properties from
+that string instead of the buffer.
 
 @enumerate
 @item