aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c
index 68ed8629c1c..e341a71f576 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -9399,8 +9399,8 @@ When called from a program, takes four arguments:
9399 START, END, CODING-SYSTEM and DESTINATION. 9399 START, END, CODING-SYSTEM and DESTINATION.
9400START and END are buffer positions. 9400START and END are buffer positions.
9401 9401
9402Optional 4th arguments DESTINATION specifies where the encoded text goes. 9402Optional 4th argument DESTINATION specifies where the encoded text goes.
9403If nil, the region between START and END is replace by the encoded text. 9403If nil, the region between START and END is replaced by the encoded text.
9404If buffer, the encoded text is inserted in that buffer after point (point 9404If buffer, the encoded text is inserted in that buffer after point (point
9405does not move). 9405does not move).
9406In those cases, the length of the encoded text is returned. 9406In those cases, the length of the encoded text is returned.