]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/coding.c (Fencode_coding_region): Fix a typo in the doc string.
authorEli Zaretskii <eliz@gnu.org>
Sun, 5 Feb 2017 19:55:21 +0000 (21:55 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 5 Feb 2017 19:55:21 +0000 (21:55 +0200)
src/coding.c

index 6d8e1998dc0602e539d48f37fb2df0604992b8ef..55eb2ab97c2bed01e14cb334d338f6643d78469e 100644 (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.