diff options
| author | David Kastrup | 2006-09-19 08:01:33 +0000 |
|---|---|---|
| committer | David Kastrup | 2006-09-19 08:01:33 +0000 |
| commit | 74686736823c62fd5f64078efff7a854781521ff (patch) | |
| tree | c3ce7b80ff5740b99a58514762a85510ab48a85e | |
| parent | 61973eb68dd58e5e91ae91204fe36323c95adc4a (diff) | |
| download | emacs-74686736823c62fd5f64078efff7a854781521ff.tar.gz emacs-74686736823c62fd5f64078efff7a854781521ff.zip | |
(Searching Keymaps): Small clarification.
| -rw-r--r-- | lispref/ChangeLog | 9 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2006-09-19 David Kastrup <dak@gnu.org> | ||
| 2 | |||
| 3 | * keymaps.texi (Searching Keymaps): Small clarification. | ||
| 4 | |||
| 1 | 2006-09-18 Richard Stallman <rms@gnu.org> | 5 | 2006-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 | ||
| 33 | 2006-09-14 Richard Stallman <rms@gnu.org> | 38 | 2006-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 | ||
| 4906 | 2001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 4911 | 2001-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. | |||
| 705 | see @ref{Key Lookup}.) If the key sequence starts with a mouse event, | 705 | see @ref{Key Lookup}.) If the key sequence starts with a mouse event, |
| 706 | or a symbolic prefix event followed by a mouse event, that event's | 706 | or a symbolic prefix event followed by a mouse event, that event's |
| 707 | position is used instead of point and the current buffer. Mouse | 707 | position is used instead of point and the current buffer. Mouse |
| 708 | events on an embedded string use text properties from that string | 708 | events on an embedded string use non-@code{nil} text properties from |
| 709 | instead of the buffer. | 709 | that string instead of the buffer. |
| 710 | 710 | ||
| 711 | @enumerate | 711 | @enumerate |
| 712 | @item | 712 | @item |