From 2354b80b63d9ef5a8582d96d3e9afcd5604ad434 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 6 Nov 2007 13:32:57 +0000 Subject: [PATCH 1/1] (Fdecode_coding_region): Fix typo in docstring. --- src/coding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coding.c b/src/coding.c index c77aa338a1..bca7575415 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. -- 2.20.1