From: Kenichi Handa Date: Tue, 6 Nov 2007 13:32:57 +0000 (+0000) Subject: (Fdecode_coding_region): Fix typo in docstring. X-Git-Tag: emacs-pretest-23.0.90~8295^2~280 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2354b80b63d9ef5a8582d96d3e9afcd5604ad434;p=emacs.git (Fdecode_coding_region): Fix typo in docstring. --- diff --git a/src/coding.c b/src/coding.c index c77aa338a1e..bca75754156 100644 --- a/src/coding.c +++ b/src/coding.c @@ -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.