; * src/coding.c (Fencode_coding_region): Fix a typo in the doc string.

This commit is contained in:
Eli Zaretskii 2017-02-05 21:55:21 +02:00
parent a541c21e86
commit 00e75bab62

View file

@ -9391,8 +9391,8 @@ When called from a program, takes four arguments:
START, END, CODING-SYSTEM and DESTINATION.
START and END are buffer positions.
Optional 4th arguments DESTINATION specifies where the encoded text goes.
If nil, the region between START and END is replace by the encoded text.
Optional 4th argument DESTINATION specifies where the encoded text goes.
If nil, the region between START and END is replaced by the encoded text.
If buffer, the encoded text is inserted in that buffer after point (point
does not move).
In those cases, the length of the encoded text is returned.