]> code.delx.au - gnu-emacs/blobdiff - src/coding.c
Fix pr-interface-map initialization
[gnu-emacs] / src / coding.c
index c77aa338a1e75406df9a19dae73fe0ef71390818..bca75754156775cdf8c6d34f4d383c07e3412e1b 100644 (file)
@@ -8009,7 +8009,7 @@ When called from a program, takes four arguments:
 START and END are buffer positions.
 
 Optional 4th arguments DESTINATION specifies where the decoded text goes.
-If nil, the region between START and END is replace by the decoded text.
+If nil, the region between START and END is replaced by the decoded text.
 If buffer, the decoded text is inserted in the buffer.
 If t, the decoded text is returned.