# HG changeset patch # User Gerd Moellmann # Date 994227735 0 # Node ID 9e543d761717cd1b89d3185ba66186fbd02d1c90 # Parent b4dc62568f31ae708a8ee7adef7035b3ba4695fb Fix several typos. diff -r b4dc62568f31 -r 9e543d761717 lispref/display.texi --- a/lispref/display.texi Tue Jul 03 15:41:14 2001 +0000 +++ b/lispref/display.texi Wed Jul 04 06:22:15 2001 +0000 @@ -841,7 +841,7 @@ @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 @@ @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.