diff options
| author | Eli Zaretskii | 2017-02-05 21:55:21 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2017-02-05 21:55:21 +0200 |
| commit | 00e75bab624bb00e1c72f354474df23423d528c4 (patch) | |
| tree | d7a3a60787877981dfcae42cf16f789c22e6d810 /src/coding.c | |
| parent | a541c21e864112267126b1388d4d8553ec294b00 (diff) | |
| download | emacs-00e75bab624bb00e1c72f354474df23423d528c4.tar.gz emacs-00e75bab624bb00e1c72f354474df23423d528c4.zip | |
; * src/coding.c (Fencode_coding_region): Fix a typo in the doc string.
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 6d8e1998dc0..55eb2ab97c2 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -9391,8 +9391,8 @@ When called from a program, takes four arguments: | |||
| 9391 | START, END, CODING-SYSTEM and DESTINATION. | 9391 | START, END, CODING-SYSTEM and DESTINATION. |
| 9392 | START and END are buffer positions. | 9392 | START and END are buffer positions. |
| 9393 | 9393 | ||
| 9394 | Optional 4th arguments DESTINATION specifies where the encoded text goes. | 9394 | Optional 4th argument DESTINATION specifies where the encoded text goes. |
| 9395 | If nil, the region between START and END is replace by the encoded text. | 9395 | If nil, the region between START and END is replaced by the encoded text. |
| 9396 | If buffer, the encoded text is inserted in that buffer after point (point | 9396 | If buffer, the encoded text is inserted in that buffer after point (point |
| 9397 | does not move). | 9397 | does not move). |
| 9398 | In those cases, the length of the encoded text is returned. | 9398 | In those cases, the length of the encoded text is returned. |