Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c79c7f2f
Commit
c79c7f2f
authored
Nov 14, 2012
by
Glenn Morris
Browse files
* display.texi (Face Attributes): Fix :underline COLOR description.
parent
dc26b310
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+4
-0
doc/lispref/display.texi
doc/lispref/display.texi
+3
-4
No files found.
doc/lispref/ChangeLog
View file @
c79c7f2f
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,
...
...
doc/lispref/display.texi
View file @
c79c7f2f
...
...
@@ -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}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment