aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
1 files changed, 1 insertions, 1 deletions
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:
8009START and END are buffer positions. 8009START and END are buffer positions.
8010 8010
8011Optional 4th arguments DESTINATION specifies where the decoded text goes. 8011Optional 4th arguments DESTINATION specifies where the decoded text goes.
8012If nil, the region between START and END is replace by the decoded text. 8012If nil, the region between START and END is replaced by the decoded text.
8013If buffer, the decoded text is inserted in the buffer. 8013If buffer, the decoded text is inserted in the buffer.
8014If t, the decoded text is returned. 8014If t, the decoded text is returned.
8015 8015