changeset 91083:ff87badce376

(Fdecode_coding_region): Fix typo in docstring.
author Kenichi Handa <handa@m17n.org>
date Tue, 06 Nov 2007 13:32:57 +0000
parents 28ef6fd83f02
children a4347a111894
files src/coding.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/coding.c	Mon Nov 05 12:53:21 2007 +0000
+++ b/src/coding.c	Tue Nov 06 13:32:57 2007 +0000
@@ -8009,7 +8009,7 @@
 START and END are buffer positions.
 
 Optional 4th arguments DESTINATION specifies where the decoded text goes.
-If nil, the region between START and END is replace by the decoded text.
+If nil, the region between START and END is replaced by the decoded text.
 If buffer, the decoded text is inserted in the buffer.
 If t, the decoded text is returned.