diff options
author | Kenichi Handa <handa@m17n.org> | 2008-05-19 07:23:52 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2008-05-19 07:23:52 +0000 |
commit | 25b81df40e3cc17f2468bedd89a697744c3f837e (patch) | |
tree | 648fc4d949a9354d069e62408dc1c062a25968cd /src/font.h | |
parent | 7cee5d639b76e3bb27d3791f92d08bd62192b46b (diff) | |
download | emacs-25b81df40e3cc17f2468bedd89a697744c3f837e.tar.gz emacs-25b81df40e3cc17f2468bedd89a697744c3f837e.tar.bz2 emacs-25b81df40e3cc17f2468bedd89a697744c3f837e.zip |
*** empty log message ***
Diffstat (limited to 'src/font.h')
-rw-r--r-- | src/font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.h b/src/font.h index 3c5645b31eb..e66b5fd90de 100644 --- a/src/font.h +++ b/src/font.h @@ -179,7 +179,7 @@ enum font_property_index is not available. */ FONT_FILE_INDEX, - /* Format of the font (symbol). */ + /* Format of the font (symbol) or nil if unknown. */ FONT_FORMAT_INDEX, /* This value is the length of font-object vector. */ |