diff options
author | Dmitry Antipov <dmantipov@yandex.ru> | 2014-10-30 14:12:21 +0300 |
---|---|---|
committer | Dmitry Antipov <dmantipov@yandex.ru> | 2014-10-30 14:12:21 +0300 |
commit | ff7ec46d34fa2371ca22b046d1b8654c88dc24db (patch) | |
tree | c516b27d6db759097c2ed58eec5fd2cd0e3f5d19 /src/fontset.c | |
parent | 66e773e9974e4d7dbf85dd40d227b2269da76c22 (diff) | |
download | emacs-ff7ec46d34fa2371ca22b046d1b8654c88dc24db.tar.gz |
* fontset.c (toplevel): Adjust comment to match 2014-06-19 change.
Diffstat (limited to 'src/fontset.c')
-rw-r--r-- | src/fontset.c | 26 |
1 files changed, 11 insertions, 15 deletions
diff --git a/src/fontset.c b/src/fontset.c index c415fdfa8fd..d08d68fa28d 100644 --- a/src/fontset.c +++ b/src/fontset.c @@ -92,26 +92,27 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ range of characters in this fontset, but may be available in the default fontset. + A fontset has 8 extra slots. - A fontset has 9 extra slots. - - The 1st slot: the ID number of the fontset + The 1st slot: + base: the ID number of the fontset + realized: Likewise The 2nd slot: base: the name of the fontset realized: nil The 3rd slot: - base: nil - realized: the base fontset + base: the font name for ASCII characters + realized: nil The 4th slot: base: nil - realized: the frame that the fontset belongs to + realized: the base fontset The 5th slot: - base: the font name for ASCII characters - realized: nil + base: nil + realized: the frame that the fontset belongs to The 6th slot: base: nil @@ -120,15 +121,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ The 7th slot: base: nil - realized: Alist of font index vs the corresponding repertory - char-table. - - The 8th slot: - base: nil realized: If the base is not the default fontset, a fontset - realized from the default fontset, else nil. + realized from the default fontset, else nil. - The 9th slot: + The 8th slot: base: Same as element value (but for fallback fonts). realized: Likewise. |