diff options
| author | Kenichi Handa | 2005-03-25 04:28:40 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2005-03-25 04:28:40 +0000 |
| commit | dc3a0017dbbde6024a57cb7d20e23c7604338f0d (patch) | |
| tree | 02cb33954a37994bc932904d650ea2cf898a3900 /src/coding.c | |
| parent | 17404091a0619b2284db2d07f172b54a6ccaf6b7 (diff) | |
| download | emacs-dc3a0017dbbde6024a57cb7d20e23c7604338f0d.tar.gz emacs-dc3a0017dbbde6024a57cb7d20e23c7604338f0d.zip | |
(syms_of_coding): Suggest to use set-coding-category in
the docstring of coding-category-list.
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c index baacf26db0d..1cc75fdae16 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -7825,8 +7825,7 @@ associated with each coding-category one by one in this order. When | |||
| 7825 | one algorithm agrees with a byte sequence of source text, the coding | 7825 | one algorithm agrees with a byte sequence of source text, the coding |
| 7826 | system bound to the corresponding coding-category is selected. | 7826 | system bound to the corresponding coding-category is selected. |
| 7827 | 7827 | ||
| 7828 | When you modify this variable, `update-coding-systems-internal' must | 7828 | Don't modify this variable directly, but use `set-coding-category'. */); |
| 7829 | be called. */); | ||
| 7830 | { | 7829 | { |
| 7831 | int i; | 7830 | int i; |
| 7832 | 7831 | ||