(Fdecode_coding_region): Fix typo in docstring.
authorKenichi Handa <handa@m17n.org>
Tue, 6 Nov 2007 13:32:57 +0000 (13:32 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 6 Nov 2007 13:32:57 +0000 (13:32 +0000)
src/coding.c

index c77aa33..bca7575 100644 (file)
@@ -8009,7 +8009,7 @@ When called from a program, takes four arguments:
 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.