mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-05 11:45:45 +00:00
* display.texi (Face Attributes): Fix :underline COLOR description.
This commit is contained in:
parent
dc26b31073
commit
c79c7f2f4f
@ -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,
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user