aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/character.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/character.c b/src/character.c
index 66e1b023919..27ea100e0dd 100644
--- a/src/character.c
+++ b/src/character.c
@@ -59,7 +59,7 @@ Lisp_Object Vauto_fill_chars;
59Lisp_Object Qauto_fill_chars; 59Lisp_Object Qauto_fill_chars;
60 60
61/* Char-table of information about which character to unify to which 61/* Char-table of information about which character to unify to which
62 Unicode character. */ 62 Unicode character. Mainly used by the macro MAYBE_UNIFY_CHAR. */
63Lisp_Object Vchar_unify_table; 63Lisp_Object Vchar_unify_table;
64 64
65/* A char-table. An element is non-nil iff the corresponding 65/* A char-table. An element is non-nil iff the corresponding