diff options
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 071124b4ef1..1d79c703a3a 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -11829,8 +11829,7 @@ Each element is one element list of coding system name. | |||
| 11829 | This variable is given to `completing-read' as COLLECTION argument. | 11829 | This variable is given to `completing-read' as COLLECTION argument. |
| 11830 | 11830 | ||
| 11831 | Do not alter the value of this variable manually. This variable should be | 11831 | Do not alter the value of this variable manually. This variable should be |
| 11832 | updated by the functions `make-coding-system' and | 11832 | updated by `define-coding-system-alias'. */); |
| 11833 | `define-coding-system-alias'. */); | ||
| 11834 | Vcoding_system_alist = Qnil; | 11833 | Vcoding_system_alist = Qnil; |
| 11835 | 11834 | ||
| 11836 | DEFVAR_LISP ("coding-category-list", Vcoding_category_list, | 11835 | DEFVAR_LISP ("coding-category-list", Vcoding_category_list, |