aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-02-02 04:14:22 +0000
committerGlenn Morris2008-02-02 04:14:22 +0000
commit7317029ef2ce6ac68db49e8adbd01a65d2329c1f (patch)
treed85f4ffc3ffe5e9f1eef3cd1bfefe4765bbe13ea
parentf3c8f8d13894207218ae9c6068fc444b6e9b9d5a (diff)
downloademacs-7317029ef2ce6ac68db49e8adbd01a65d2329c1f.tar.gz
emacs-7317029ef2ce6ac68db49e8adbd01a65d2329c1f.zip
Fix typo and tense.
-rw-r--r--lisp/ChangeLog2
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.