* display.texi (Face Attributes): Fix :underline COLOR description.
authorGlenn Morris <rgm@gnu.org>
Thu, 15 Nov 2012 06:13:46 +0000 (22:13 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 15 Nov 2012 06:13:46 +0000 (22:13 -0800)
doc/lispref/ChangeLog
doc/lispref/display.texi

index e5320bf..d05f48b 100644 (file)
@@ -1,3 +1,7 @@
+2012-11-15  Glenn Morris  <rgm@gnu.org>
+
+       * display.texi (Face Attributes): Fix :underline COLOR description.
+
 2012-11-14  Glenn Morris  <rgm@gnu.org>
 
        * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
index 68701a4..6c77a99 100644 (file)
@@ -2009,12 +2009,11 @@ Don't underline.
 Underline with the foreground color of the face.
 
 @item @var{color}
-Underline in color @var{color}; which should be either a string
-specifying a color, or the symbol @code{foreground-color}, meaning the
-foreground color of the face.
+Underline in color @var{color}, a string specifying a color.
 
 @item @code{(:color @var{color} :style @var{style})}
-@var{color} is as described above.  Omitting the attribute
+@var{color} is either a string, or the symbol @code{foreground-color},
+meaning the foreground color of the face.  Omitting the attribute
 @code{:color} means to use the foreground color of the face.
 @var{style} should be a symbol @code{line} or @code{wave}, meaning to
 use a straight or wavy line.  Omitting the attribute @code{:style}