diff options
| author | Lars Ingebrigtsen | 2014-02-08 18:13:23 -0800 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2014-02-08 18:13:23 -0800 |
| commit | d6d5fdf826ce74ac3a99cb72aae54cbc2974ffe2 (patch) | |
| tree | f28a50cd4c5626879d5d8c3c65540ab502d3bee9 /doc/lispref/ChangeLog | |
| parent | 6995e5d0e54a41851bc6ce04d1c50749f531b077 (diff) | |
| download | emacs-d6d5fdf826ce74ac3a99cb72aae54cbc2974ffe2.tar.gz emacs-d6d5fdf826ce74ac3a99cb72aae54cbc2974ffe2.zip | |
Document the `event-start' and `event-end' functions more completely
* doc/lispref/commands.texi (Accessing Mouse): Mention that these function
also work on keyboard events.
* lisp/subr.el (event-start): Doc fix (bug#14228).
(event-end): Ditto.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index da7709d354e..96615cf1d90 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * commands.texi (Accessing Mouse): Mention that these function | ||
| 4 | also work on keyboard events (bug#14228). | ||
| 5 | |||
| 1 | 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org> | 6 | 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org> |
| 2 | 7 | ||
| 3 | * display.texi (Face Attributes): Add an index (bug#14924). | 8 | * display.texi (Face Attributes): Add an index (bug#14924). |