diff options
| author | Kenichi Handa | 2007-11-06 13:32:57 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2007-11-06 13:32:57 +0000 |
| commit | 2354b80b63d9ef5a8582d96d3e9afcd5604ad434 (patch) | |
| tree | 5fa3a1780e8a31bd2c2c2c6fe1f9dd436daee07b /src/coding.c | |
| parent | 03e0f8bbc66d37db999fdd9597613d11981244dc (diff) | |
| download | emacs-2354b80b63d9ef5a8582d96d3e9afcd5604ad434.tar.gz emacs-2354b80b63d9ef5a8582d96d3e9afcd5604ad434.zip | |
(Fdecode_coding_region): Fix typo in docstring.
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 | ||