aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2012-11-14 23:30:46 -0800
committerGlenn Morris2012-11-14 23:30:46 -0800
commitbde3c6c0f79ab814e12ea0f04b06625f91f5cd52 (patch)
tree1c5120a620b7fd140b6325cfa0a42173d155589e /etc
parente2e13f1831a71b558b3625c4ecf3d35100236870 (diff)
downloademacs-bde3c6c0f79ab814e12ea0f04b06625f91f5cd52.tar.gz
emacs-bde3c6c0f79ab814e12ea0f04b06625f91f5cd52.zip
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.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 84bedfbc257..b69240e081a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -948,8 +948,8 @@ takes precedence over most other maps for a short while (normally one key).
948+++ 948+++
949** New fringe bitmap `exclamation-mark'. 949** New fringe bitmap `exclamation-mark'.
950 950
951+++
951** Face underlining can now use a wave. 952** Face underlining can now use a wave.
952See the "Face Attributes" section of the Elisp manual.
953 953
954** The following functions and variables are obsolete: 954** The following functions and variables are obsolete:
955--- 955---