]> git.eshelyaron.com Git - emacs.git/commitdiff
(Display Feature Testing): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 17 Jun 2002 15:27:50 +0000 (15:27 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 17 Jun 2002 15:27:50 +0000 (15:27 +0000)
lispref/ChangeLog
lispref/frames.texi

index 2f23484e6ca58684bd2585df51981d1a6122e7e2..eda8e14b490f5e2c928510b144050ae15b2d9c96 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-17  Juanma Barranquero  <lektu@terra.es>
+
+       * frames.texi (Display Feature Testing): Fix typo.
+
 2002-06-12  Andreas Schwab  <schwab@suse.de>
 
        * frames.texi (Initial Parameters, Resources): Fix references to
index 78bc6ef9e63a998fa166da46372d8a3b3edba914..2bd97ffbf8e007c495dbda17bc7a99f7924cf163 100644 (file)
@@ -1739,7 +1739,7 @@ different in appearance than the default face, and
 Point (2) implies that a @code{:weight black} attribute will be
 satisfied by any display that can display bold, as will
 @code{:foreground "yellow"} as long as some yellowish color can be
-displayed, but @code{:slant italic} will @emph{not} be satisified by
+displayed, but @code{:slant italic} will @emph{not} be satisfied by
 the tty display code's automatic substitution of a `dim' face for
 italic.
 @end defun