diff options
| author | Glenn Morris | 2008-02-02 04:14:22 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-02-02 04:14:22 +0000 |
| commit | 7317029ef2ce6ac68db49e8adbd01a65d2329c1f (patch) | |
| tree | d85f4ffc3ffe5e9f1eef3cd1bfefe4765bbe13ea | |
| parent | f3c8f8d13894207218ae9c6068fc444b6e9b9d5a (diff) | |
| download | emacs-7317029ef2ce6ac68db49e8adbd01a65d2329c1f.tar.gz emacs-7317029ef2ce6ac68db49e8adbd01a65d2329c1f.zip | |
Fix typo and tense.
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 164726b8c34..44b6fc025c2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -233,7 +233,7 @@ | |||
| 233 | x-selection-value. | 233 | x-selection-value. |
| 234 | 234 | ||
| 235 | * select.el (selection-coding-system) | 235 | * select.el (selection-coding-system) |
| 236 | (next-selection-coding-system): Declaration moded from xselect.c. | 236 | (next-selection-coding-system): Move declarations from xselect.c. |
| 237 | (x-get-selection): Decode by selection-coding-system if it is | 237 | (x-get-selection): Decode by selection-coding-system if it is |
| 238 | non-nil. If it is nil, decode by a proper coding system. Handle | 238 | non-nil. If it is nil, decode by a proper coding system. Handle |
| 239 | C_STRING. | 239 | C_STRING. |