1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-19 20:30:29 -08:00

(Fdecode_coding_region): Fix typo in docstring.

This commit is contained in:
Kenichi Handa 2007-11-06 13:32:57 +00:00
parent 03e0f8bbc6
commit 2354b80b63

View 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.