From 74686736823c62fd5f64078efff7a854781521ff Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Tue, 19 Sep 2006 08:01:33 +0000 Subject: [PATCH] (Searching Keymaps): Small clarification. --- lispref/ChangeLog | 9 +++++++-- lispref/keymaps.texi | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 47a2fe90f24..d79ff074ba1 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2006-09-19 David Kastrup + + * keymaps.texi (Searching Keymaps): Small clarification. + 2006-09-18 Richard Stallman * 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 @@ -4903,7 +4908,7 @@ (info): Add target. (installall): Target removed. -2001-10-31 Pavel Jan,Bm(Bk +2001-10-31 Pavel Jan,Am(Bk * tips.texi (Coding Conventions): Fix typo. diff --git a/lispref/keymaps.texi b/lispref/keymaps.texi index 2b424f3cd5f..a3bd320a676 100644 --- a/lispref/keymaps.texi +++ b/lispref/keymaps.texi @@ -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 -- 2.39.2