diff options
| author | Eli Zaretskii | 2014-06-14 19:37:15 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-06-14 19:37:15 +0300 |
| commit | 859488bf227da300a4d1f90a51222b163165dfae (patch) | |
| tree | 4f88a3fd3b295bd82146ba7291923fcf995cfd40 /lisp/ChangeLog | |
| parent | 59579a97d870807c635292178a2697f20d8720bd (diff) | |
| download | emacs-859488bf227da300a4d1f90a51222b163165dfae.tar.gz emacs-859488bf227da300a4d1f90a51222b163165dfae.zip | |
Fix documentation mentioned in bug #17768.
lisp/subr.el (posn-col-row): Doc fix.
doc/lispref/commands.texi (Accessing Mouse): Improve the wording of the
posn-col-row documentation.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b489b5a50d6..b4c51f7bb23 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-06-14 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * subr.el (posn-col-row): Doc fix. (Bug#17768) | ||
| 4 | |||
| 1 | 2014-06-14 Juri Linkov <juri@jurta.org> | 5 | 2014-06-14 Juri Linkov <juri@jurta.org> |
| 2 | 6 | ||
| 3 | * bindings.el: Put `ascii-character' property on keypad keys | 7 | * bindings.el: Put `ascii-character' property on keypad keys |