aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/coding.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index f16fa375d0f..01762df59b7 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -7128,7 +7128,12 @@ updated by the functions `make-coding-system' and\n\
7128 Vcoding_system_alist = Qnil; 7128 Vcoding_system_alist = Qnil;
7129 7129
7130 DEFVAR_LISP ("coding-category-list", &Vcoding_category_list, 7130 DEFVAR_LISP ("coding-category-list", &Vcoding_category_list,
7131 "List of coding-categories (symbols) ordered by priority."); 7131 "List of coding-categories (symbols) ordered by priority.\n\
7132\n\
7133On detecting a coding system, Emacs tries code detection algorithms\n\
7134associated with each coding-category one by one in this order. When\n\
7135one algorithm agrees with a byte sequence of source text, the coding\n\
7136system bound to the corresponding coding-category is selected.");
7132 { 7137 {
7133 int i; 7138 int i;
7134 7139