; * src/coding.c (Fencode_coding_region): Fix a typo in the doc string.
This commit is contained in:
parent
a541c21e86
commit
00e75bab62
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue