diff options
| author | Paul Eggert | 2017-03-19 12:34:03 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-03-19 12:34:03 -0700 |
| commit | 90f5282e20df79dedaa9d231a108f9a91222eca7 (patch) | |
| tree | 4b2f648d7209c93fc845c68beccd27b98a51fdac /src/coding.c | |
| parent | c4fca5cee27e3bf399ad23bf42317bffcc80f160 (diff) | |
| parent | ec4226d81074751c105264a3a3383c48d0a05e41 (diff) | |
| download | emacs-90f5282e20df79dedaa9d231a108f9a91222eca7.tar.gz emacs-90f5282e20df79dedaa9d231a108f9a91222eca7.zip | |
Merge from origin/emacs-25
ec4226d * lisp/woman.el (woman): Fix docstring prefix arg description.
2b774fa Mention "editor" in Emacs man page header
ae60d0c Document problems with nerd-fonts
2fdb5a9 ; Details about pinning Emacs to w32 task bar
5c3105e * doc/lispref/modes.texi (Derived Modes): Make example more i...
4c51ef4 Clarify what is the "cursor"
8303c32 ; * etc/NEWS: Copyedits.
3f7493e ; Fix a typo in comment
c54cf8d Improve commentary in lisp.h
8b92f86 ; * admin/make-tarball.txt: Cross-reference admin/release-pro...
0ba9932 Disable native completion for ipython (Bug#25067)
38fc456 Fix a typo in ada-mode manual
00e75ba ; * src/coding.c (Fencode_coding_region): Fix a typo in the d...
a541c21 Clarify documentation of 'bufferpos-to-filepos' and 'filepos-...
# Conflicts:
# etc/NEWS
# etc/PROBLEMS
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. |