diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/coding.c b/src/coding.c index f5fe52e04c0..e72d7b71867 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -12,8 +12,8 @@ This file is part of GNU Emacs. | |||
| 12 | 12 | ||
| 13 | GNU Emacs is free software: you can redistribute it and/or modify | 13 | GNU Emacs is free software: you can redistribute it and/or modify |
| 14 | it under the terms of the GNU General Public License as published by | 14 | it under the terms of the GNU General Public License as published by |
| 15 | the Free Software Foundation, either version 3 of the License, or | 15 | the Free Software Foundation, either version 3 of the License, or (at |
| 16 | (at your option) any later version. | 16 | your option) any later version. |
| 17 | 17 | ||
| 18 | GNU Emacs is distributed in the hope that it will be useful, | 18 | GNU Emacs is distributed in the hope that it will be useful, |
| 19 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 19 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -9790,7 +9790,7 @@ DEFUN ("find-operation-coding-system", Ffind_operation_coding_system, | |||
| 9790 | doc: /* Choose a coding system for an operation based on the target name. | 9790 | doc: /* Choose a coding system for an operation based on the target name. |
| 9791 | The value names a pair of coding systems: (DECODING-SYSTEM . ENCODING-SYSTEM). | 9791 | The value names a pair of coding systems: (DECODING-SYSTEM . ENCODING-SYSTEM). |
| 9792 | DECODING-SYSTEM is the coding system to use for decoding | 9792 | DECODING-SYSTEM is the coding system to use for decoding |
| 9793 | (in case OPERATION does decoding), and ENCODING-SYSTEM is the coding system | 9793 | \(in case OPERATION does decoding), and ENCODING-SYSTEM is the coding system |
| 9794 | for encoding (in case OPERATION does encoding). | 9794 | for encoding (in case OPERATION does encoding). |
| 9795 | 9795 | ||
| 9796 | The first argument OPERATION specifies an I/O primitive: | 9796 | The first argument OPERATION specifies an I/O primitive: |
| @@ -11165,7 +11165,7 @@ the cdr part is used for encoding a text to be sent to a process. */); | |||
| 11165 | Table of extra Latin codes in the range 128..159 (inclusive). | 11165 | Table of extra Latin codes in the range 128..159 (inclusive). |
| 11166 | This is a vector of length 256. | 11166 | This is a vector of length 256. |
| 11167 | If Nth element is non-nil, the existence of code N in a file | 11167 | If Nth element is non-nil, the existence of code N in a file |
| 11168 | (or output of subprocess) doesn't prevent it to be detected as | 11168 | \(or output of subprocess) doesn't prevent it to be detected as |
| 11169 | a coding system of ISO 2022 variant which has a flag | 11169 | a coding system of ISO 2022 variant which has a flag |
| 11170 | `accept-latin-extra-code' t (e.g. iso-latin-1) on reading a file | 11170 | `accept-latin-extra-code' t (e.g. iso-latin-1) on reading a file |
| 11171 | or reading output of a subprocess. | 11171 | or reading output of a subprocess. |