Mercurial > emacs
comparison src/coding.c @ 91083:ff87badce376
(Fdecode_coding_region): Fix typo in docstring.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 06 Nov 2007 13:32:57 +0000 |
parents | 1251cabc40b7 |
children | 606f2d163a64 |
comparison
equal
deleted
inserted
replaced
91082:28ef6fd83f02 | 91083:ff87badce376 |
---|---|
8007 When called from a program, takes four arguments: | 8007 When called from a program, takes four arguments: |
8008 START, END, CODING-SYSTEM, and DESTINATION. | 8008 START, END, CODING-SYSTEM, and DESTINATION. |
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 |
8016 This function sets `last-coding-system-used' to the precise coding system | 8016 This function sets `last-coding-system-used' to the precise coding system |
8017 used (which may be different from CODING-SYSTEM if CODING-SYSTEM is | 8017 used (which may be different from CODING-SYSTEM if CODING-SYSTEM is |