aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2007-02-10 12:04:34 +0000
committerEli Zaretskii2007-02-10 12:04:34 +0000
commit38966db70dcc7cb37c05aef08072d448112685b8 (patch)
tree50f81e3a0283d037701357ff88bf44eaf82d7702
parent3570640e437ae864e53616c1c9bff5f57d91030b (diff)
downloademacs-38966db70dcc7cb37c05aef08072d448112685b8.tar.gz
emacs-38966db70dcc7cb37c05aef08072d448112685b8.zip
(Glyphs) Fix a typo.
-rw-r--r--lispref/display.texi2
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
5269image that takes up a single character position on the screen. Glyphs 5269image that takes up a single character position on the screen. Glyphs
5270are represented in Lisp as integers, just as characters are. Normally 5270are represented in Lisp as integers, just as characters are. Normally
5271glyph come from vectors in the display table (@pxref{Display Tables}). 5271glyphs 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