diff options
| author | Xue Fuqiao | 2013-11-05 17:00:52 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-11-05 17:00:52 +0800 |
| commit | 29aa2b718c072c78d0fda78ae40b0a0d2e32bdbd (patch) | |
| tree | 7b8ab33c783a1983cfe9f0cd6927d3ee721f4680 /doc | |
| parent | da6a8debb270a2e602f3b789ec3e27e815041164 (diff) | |
| download | emacs-29aa2b718c072c78d0fda78ae40b0a0d2e32bdbd.tar.gz emacs-29aa2b718c072c78d0fda78ae40b0a0d2e32bdbd.zip | |
Doc fix.
* doc/lispref/display.texi (Glyphs): Add an index for glyph code.
* src/xdisp.c (syms_of_xdisp): Mention the active display table in doc
string of glyphless-char-display.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/display.texi | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index cc214aa6dfa..5b945c6d06e 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-11-05 Xue Fuqiao <xfq.free@gmail.com> | ||
| 2 | |||
| 3 | * display.texi (Glyphs): Add an index for glyph code. | ||
| 4 | |||
| 1 | 2013-11-01 Jan Djärv <jan.h.d@swipnet.se> | 5 | 2013-11-01 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 6 | ||
| 3 | * display.texi (Face Attributes): Document :distant-foreground. | 7 | * display.texi (Face Attributes): Document :distant-foreground. |
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index ebb61a76b59..36d8502fe9e 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -6112,6 +6112,7 @@ the standard display table. | |||
| 6112 | @subsection Glyphs | 6112 | @subsection Glyphs |
| 6113 | @cindex glyph | 6113 | @cindex glyph |
| 6114 | 6114 | ||
| 6115 | @cindex glyph code | ||
| 6115 | A @dfn{glyph} is a graphical symbol which occupies a single | 6116 | A @dfn{glyph} is a graphical symbol which occupies a single |
| 6116 | character position on the screen. Each glyph is represented in Lisp | 6117 | character position on the screen. Each glyph is represented in Lisp |
| 6117 | as a @dfn{glyph code}, which specifies a character and optionally a | 6118 | as a @dfn{glyph code}, which specifies a character and optionally a |