diff options
| -rw-r--r-- | lispref/display.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index ce32521747d..e2b71f45421 100644 --- a/lispref/display.texi +++ b/lispref/display.texi | |||
| @@ -5268,7 +5268,7 @@ are defined in the library @file{disp-table}. | |||
| 5268 | A @dfn{glyph} is a generalization of a character; it stands for an | 5268 | A @dfn{glyph} is a generalization of a character; it stands for an |
| 5269 | image that takes up a single character position on the screen. Glyphs | 5269 | image that takes up a single character position on the screen. Glyphs |
| 5270 | are represented in Lisp as integers, just as characters are. Normally | 5270 | are represented in Lisp as integers, just as characters are. Normally |
| 5271 | glyph come from vectors in the display table (@pxref{Display Tables}). | 5271 | glyphs come from vectors in the display table (@pxref{Display Tables}). |
| 5272 | 5272 | ||
| 5273 | A glyph code can be @dfn{simple} or it can be defined by the | 5273 | A glyph code can be @dfn{simple} or it can be defined by the |
| 5274 | @dfn{glyph table}. A simple glyph code is just a way of specifying a | 5274 | @dfn{glyph table}. A simple glyph code is just a way of specifying a |