Fixes related to face underlining
authorGlenn Morris <rgm@gnu.org>
Thu, 15 Nov 2012 07:30:46 +0000 (23:30 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 15 Nov 2012 07:30:46 +0000 (23:30 -0800)
commitbde3c6c0f79ab814e12ea0f04b06625f91f5cd52
tree1c5120a620b7fd140b6325cfa0a42173d155589e
parente2e13f1831a71b558b3625c4ecf3d35100236870
Fixes related to face underlining

* lisp/faces.el (face-underline-p): Doc fix.  Handle :underline being
things other than `t' (a string, a list).
(face-inverse-video-p): Doc fix.
(set-face-underline): Rename it back from set-face-underline-p.
Doc fix.  Allow interactive input of values other than t.
(read-face-attribute): Apply formatting to :underline,
since like :box and :stipple it can take list values.

* doc/lispref/display.texi (Face Attributes): Fix :underline COLOR description.
(Attribute Functions): Update for set-face-underline rename.
Tweak descriptions of face-underline-p, face-inverse-video-p.

* etc/NEWS: Related edit.
doc/lispref/ChangeLog
doc/lispref/display.texi
etc/NEWS
lisp/ChangeLog
lisp/faces.el
src/xfaces.c