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:
parent
03e0f8bbc6
commit
2354b80b63
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue