diff options
| author | Kenichi Handa | 2008-11-11 01:05:17 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-11-11 01:05:17 +0000 |
| commit | 6f1b43a0ad8ed8e231f168fcd135376414cb56cc (patch) | |
| tree | 6843136c8349fec592db570faac542c85ff3de40 /src | |
| parent | 8db5a4fe51703a8b5ad73ac7df609b462d975f82 (diff) | |
| download | emacs-6f1b43a0ad8ed8e231f168fcd135376414cb56cc.tar.gz emacs-6f1b43a0ad8ed8e231f168fcd135376414cb56cc.zip | |
(Vchar_unify_table): Comment added.
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 |