summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-07-04 06:22:15 +0000
committerGerd Moellmann <gerd@gnu.org>2001-07-04 06:22:15 +0000
commit24eb6c0ee25c17b982a2f47e911364c832ba7ede (patch)
treefa96645a5c26302f9a21ba3689326ed9ab165520 /lispref
parent38472d441b183b03bd36d3f07fac44be614fc0ac (diff)
downloademacs-24eb6c0ee25c17b982a2f47e911364c832ba7ede.tar.gz
Fix several typos.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/display.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index fd73cfc5f6f..c72fc711a45 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -841,7 +841,7 @@ the range of the overlay.
@kindex display @r{(overlay property)}
This property activates various features that change the
way text is displayed. For example, it can make text appear taller
-or shorter, higher or lower, wider or narror, or replaced with an image.
+or shorter, higher or lower, wider or narrower, or replaced with an image.
@xref{Display Property}.
@item help-echo
@@ -1278,12 +1278,12 @@ one.
@kindex underline @r{(face name)}
This face underlines text.
-@item fixed-patch
-@kindex fixed-patch @r{(face name)}
+@item fixed-pitch
+@kindex fixed-pitch @r{(face name)}
This face forces use of a particular fixed-width font.
-@item variable-patch
-@kindex variable-patch @r{(face name)}
+@item variable-pitch
+@kindex variable-pitch @r{(face name)}
This face forces use of a particular variable-width font. It's
reasonable to customize this to use a different variable-width font, if
you like, but you should not make it a fixed-width font.