diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index c77aa338a1e..bca75754156 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -8009,7 +8009,7 @@ When called from a program, takes four arguments: | |||
| 8009 | START and END are buffer positions. | 8009 | START and END are buffer positions. |
| 8010 | 8010 | ||
| 8011 | Optional 4th arguments DESTINATION specifies where the decoded text goes. | 8011 | Optional 4th arguments DESTINATION specifies where the decoded text goes. |
| 8012 | If nil, the region between START and END is replace by the decoded text. | 8012 | If nil, the region between START and END is replaced by the decoded text. |
| 8013 | If buffer, the decoded text is inserted in the buffer. | 8013 | If buffer, the decoded text is inserted in the buffer. |
| 8014 | If t, the decoded text is returned. | 8014 | If t, the decoded text is returned. |
| 8015 | 8015 | ||