diff options
| author | Kevin Ryde | 2010-05-20 10:53:30 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-05-20 10:53:30 -0400 |
| commit | 31c4aaf628ce21077b2f4de95bb4d0dd8e0b96ee (patch) | |
| tree | c1b3d128bd5f3edf4b566f3f52ee6bcf5981e90a /src/ChangeLog | |
| parent | 0a5a008971666d57e8137b20e5349b0631cad0cb (diff) | |
| download | emacs-31c4aaf628ce21077b2f4de95bb4d0dd8e0b96ee.tar.gz emacs-31c4aaf628ce21077b2f4de95bb4d0dd8e0b96ee.zip | |
Doc fix (Bug#6224).
* keyboard.c (Vlast_command, Vkeyboard_translate_table)
(Voverriding_terminal_local_map, Vsystem_key_alist)
(Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0199c24d7b3..b593f5fe8dd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-05-20 Kevin Ryde <user42@zip.com.au> | ||
| 2 | |||
| 3 | * keyboard.c (Vlast_command, Vkeyboard_translate_table) | ||
| 4 | (Voverriding_terminal_local_map, Vsystem_key_alist) | ||
| 5 | (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224). | ||
| 6 | |||
| 1 | 2010-05-20 Glenn Morris <rgm@gnu.org> | 7 | 2010-05-20 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * Makefile.in (DEPDIR): New constant. | 9 | * Makefile.in (DEPDIR): New constant. |