changeset 72988:a5c3bc60c798

(Searching Keymaps): Small clarification.
author David Kastrup <dak@gnu.org>
date Tue, 19 Sep 2006 08:01:33 +0000
parents b08f901b1d03
children f9742f561ed9
files lispref/ChangeLog lispref/keymaps.texi
diffstat 2 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/ChangeLog	Tue Sep 19 03:19:25 2006 +0000
+++ b/lispref/ChangeLog	Tue Sep 19 08:01:33 2006 +0000
@@ -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>
 
@@ -4903,7 +4908,7 @@
 	(info): Add target.
 	(installall): Target removed.
 
-2001-10-31  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>
+2001-10-31  Pavel Jan,Am(Bk  <Pavel@Janik.cz>
 
 	* tips.texi (Coding Conventions): Fix typo.
 
--- a/lispref/keymaps.texi	Tue Sep 19 03:19:25 2006 +0000
+++ b/lispref/keymaps.texi	Tue Sep 19 08:01:33 2006 +0000
@@ -705,8 +705,8 @@
 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