emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 00e75ba: ; * src/coding.c (Fencode_coding_region)


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 00e75ba: ; * src/coding.c (Fencode_coding_region): Fix a typo in the doc string.
Date: Sun, 5 Feb 2017 19:56:08 +0000 (UTC)

branch: emacs-25
commit 00e75bab624bb00e1c72f354474df23423d528c4
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * src/coding.c (Fencode_coding_region): Fix a typo in the doc string.
---
 src/coding.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/coding.c b/src/coding.c
index 6d8e199..55eb2ab 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]