From 6f1b43a0ad8ed8e231f168fcd135376414cb56cc Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 11 Nov 2008 01:05:17 +0000 Subject: [PATCH] (Vchar_unify_table): Comment added. --- src/character.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; Lisp_Object Qauto_fill_chars; /* Char-table of information about which character to unify to which - Unicode character. */ + Unicode character. Mainly used by the macro MAYBE_UNIFY_CHAR. */ Lisp_Object Vchar_unify_table; /* A char-table. An element is non-nil iff the corresponding -- 2.39.2