# HG changeset patch # User Kenichi Handa # Date 1194355977 0 # Node ID ff87badce37644566657e21b430b4845161a1a60 # Parent 28ef6fd83f020596191903c5488b0200addff6e7 (Fdecode_coding_region): Fix typo in docstring. diff -r 28ef6fd83f02 -r ff87badce376 src/coding.c --- 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.