diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/character.c | 2 |
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; | |||
| 59 | Lisp_Object Qauto_fill_chars; | 59 | Lisp_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. */ |
| 63 | Lisp_Object Vchar_unify_table; | 63 | Lisp_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 |