diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c index d14e562ce9a..3fc6fb684c6 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -9800,7 +9800,7 @@ DEFUN ("find-operation-coding-system", Ffind_operation_coding_system, | |||
| 9800 | doc: /* Choose a coding system for an operation based on the target name. | 9800 | doc: /* Choose a coding system for an operation based on the target name. |
| 9801 | The value names a pair of coding systems: (DECODING-SYSTEM . ENCODING-SYSTEM). | 9801 | The value names a pair of coding systems: (DECODING-SYSTEM . ENCODING-SYSTEM). |
| 9802 | DECODING-SYSTEM is the coding system to use for decoding | 9802 | DECODING-SYSTEM is the coding system to use for decoding |
| 9803 | \(in case OPERATION does decoding), and ENCODING-SYSTEM is the coding system | 9803 | (in case OPERATION does decoding), and ENCODING-SYSTEM is the coding system |
| 9804 | for encoding (in case OPERATION does encoding). | 9804 | for encoding (in case OPERATION does encoding). |
| 9805 | 9805 | ||
| 9806 | The first argument OPERATION specifies an I/O primitive: | 9806 | The first argument OPERATION specifies an I/O primitive: |
| @@ -11175,7 +11175,7 @@ the cdr part is used for encoding a text to be sent to a process. */); | |||
| 11175 | Table of extra Latin codes in the range 128..159 (inclusive). | 11175 | Table of extra Latin codes in the range 128..159 (inclusive). |
| 11176 | This is a vector of length 256. | 11176 | This is a vector of length 256. |
| 11177 | If Nth element is non-nil, the existence of code N in a file | 11177 | If Nth element is non-nil, the existence of code N in a file |
| 11178 | \(or output of subprocess) doesn't prevent it to be detected as | 11178 | (or output of subprocess) doesn't prevent it to be detected as |
| 11179 | a coding system of ISO 2022 variant which has a flag | 11179 | a coding system of ISO 2022 variant which has a flag |
| 11180 | `accept-latin-extra-code' t (e.g. iso-latin-1) on reading a file | 11180 | `accept-latin-extra-code' t (e.g. iso-latin-1) on reading a file |
| 11181 | or reading output of a subprocess. | 11181 | or reading output of a subprocess. |