diff options
| author | Eli Zaretskii | 2007-02-10 12:04:34 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2007-02-10 12:04:34 +0000 |
| commit | 38966db70dcc7cb37c05aef08072d448112685b8 (patch) | |
| tree | 50f81e3a0283d037701357ff88bf44eaf82d7702 | |
| parent | 3570640e437ae864e53616c1c9bff5f57d91030b (diff) | |
| download | emacs-38966db70dcc7cb37c05aef08072d448112685b8.tar.gz emacs-38966db70dcc7cb37c05aef08072d448112685b8.zip | |
(Glyphs) Fix a typo.
| -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 |