aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Kastrup2006-09-19 08:01:33 +0000
committerDavid Kastrup2006-09-19 08:01:33 +0000
commit74686736823c62fd5f64078efff7a854781521ff (patch)
treec3ce7b80ff5740b99a58514762a85510ab48a85e
parent61973eb68dd58e5e91ae91204fe36323c95adc4a (diff)
downloademacs-74686736823c62fd5f64078efff7a854781521ff.tar.gz
emacs-74686736823c62fd5f64078efff7a854781521ff.zip
(Searching Keymaps): Small clarification.
-rw-r--r--lispref/ChangeLog9
-rw-r--r--lispref/keymaps.texi4
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 @@
12006-09-19 David Kastrup <dak@gnu.org>
2
3 * keymaps.texi (Searching Keymaps): Small clarification.
4
12006-09-18 Richard Stallman <rms@gnu.org> 52006-09-18 Richard Stallman <rms@gnu.org>
2 6
3 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings 7 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
@@ -28,7 +32,8 @@
28 mouse events change this. Explain the new optional argument of 32 mouse events change this. Explain the new optional argument of
29 `key-binding' and its mouse-dependent lookup. 33 `key-binding' and its mouse-dependent lookup.
30 (Searching Keymaps): Adapt description similarly. 34 (Searching Keymaps): Adapt description similarly.
31 (Remapping Commands): Explain the new optional argument of `command-remapping'. 35 (Remapping Commands): Explain the new optional argument of
36 `command-remapping'.
32 37
332006-09-14 Richard Stallman <rms@gnu.org> 382006-09-14 Richard Stallman <rms@gnu.org>
34 39
@@ -4903,7 +4908,7 @@
4903 (info): Add target. 4908 (info): Add target.
4904 (installall): Target removed. 4909 (installall): Target removed.
4905 4910
49062001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 49112001-10-31 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4907 4912
4908 * tips.texi (Coding Conventions): Fix typo. 4913 * tips.texi (Coding Conventions): Fix typo.
4909 4914
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.
705see @ref{Key Lookup}.) If the key sequence starts with a mouse event, 705see @ref{Key Lookup}.) If the key sequence starts with a mouse event,
706or a symbolic prefix event followed by a mouse event, that event's 706or a symbolic prefix event followed by a mouse event, that event's
707position is used instead of point and the current buffer. Mouse 707position is used instead of point and the current buffer. Mouse
708events on an embedded string use text properties from that string 708events on an embedded string use non-@code{nil} text properties from
709instead of the buffer. 709that string instead of the buffer.
710 710
711@enumerate 711@enumerate
712@item 712@item