diff options
| author | Glenn Morris | 2010-10-23 19:13:37 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-10-23 19:13:37 -0700 |
| commit | 3646b86d0ed250ed89d5cf40b731ef55fb46f052 (patch) | |
| tree | dea64cdf7156f8b5eecc4ec522207a9457fc9a80 /src/ChangeLog | |
| parent | 8aa0f26343d11229fb87cd6a4473598b99b6b9a2 (diff) | |
| download | emacs-3646b86d0ed250ed89d5cf40b731ef55fb46f052.tar.gz emacs-3646b86d0ed250ed89d5cf40b731ef55fb46f052.zip | |
Sync Lisp and C docs of next-selection-coding-system.
* src/w16select.c (syms_of_win16select) <next-selection-coding-system>:
* src/w32select.c (syms_of_w32select) <next-selection-coding-system>:
Sync docs with select.el.
* lisp/select.el (next-selection-coding-system): Sync doc with C versions.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b981fb29482..c2bd9e7d60b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2010-10-24 Glenn Morris <rgm@gnu.org> | 1 | 2010-10-24 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * w16select.c (syms_of_win16select) <next-selection-coding-system>: | ||
| 4 | * w32select.c (syms_of_w32select) <next-selection-coding-system>: | ||
| 5 | Sync docs with select.el. | ||
| 6 | |||
| 3 | * xfaces.c (syms_of_xfaces) <tty-defined-color-alist>: Sync doc with | 7 | * xfaces.c (syms_of_xfaces) <tty-defined-color-alist>: Sync doc with |
| 4 | Lisp version. | 8 | Lisp version. |
| 5 | 9 | ||