# HG changeset patch # User Juanma Barranquero # Date 1024327660 0 # Node ID 08e62ca55f2ce876518139053f5b9b32884b26bf # Parent 112a1c9eb59b742960dad6982832b09a6fe8c615 (Display Feature Testing): Fix typo. diff -r 112a1c9eb59b -r 08e62ca55f2c lispref/frames.texi --- a/lispref/frames.texi Mon Jun 17 14:43:03 2002 +0000 +++ b/lispref/frames.texi Mon Jun 17 15:27:40 2002 +0000 @@ -1739,7 +1739,7 @@ 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