diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 4 |
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. |
| 9400 | START and END are buffer positions. | 9400 | START and END are buffer positions. |
| 9401 | 9401 | ||
| 9402 | Optional 4th arguments DESTINATION specifies where the encoded text goes. | 9402 | Optional 4th argument DESTINATION specifies where the encoded text goes. |
| 9403 | If nil, the region between START and END is replace by the encoded text. | 9403 | If nil, the region between START and END is replaced by the encoded text. |
| 9404 | If buffer, the encoded text is inserted in that buffer after point (point | 9404 | If buffer, the encoded text is inserted in that buffer after point (point |
| 9405 | does not move). | 9405 | does not move). |
| 9406 | In those cases, the length of the encoded text is returned. | 9406 | In those cases, the length of the encoded text is returned. |