aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2013-12-20 15:12:04 +0800
committerChong Yidong2013-12-20 15:12:04 +0800
commitf5df4cebdb5e2edfddd8b8e16b1c237e2dd45855 (patch)
tree1adb7cc9be1a1ba3ba7d0e90f5c3b59a2a414b1f /etc
parentca65efcc2ea7f6876fee2f7d2d929dffa4093f96 (diff)
downloademacs-f5df4cebdb5e2edfddd8b8e16b1c237e2dd45855.tar.gz
emacs-f5df4cebdb5e2edfddd8b8e16b1c237e2dd45855.zip
Add/fix docs for add-face-text-property
* doc/lispref/text.texi (Changing Properties): Improve documentation for add-face-text-property. (Special Properties): Mention add-face-text-property. * src/textprop.c (Fadd_face_text_property): Doc fix. Rename `appendp' argument to `append'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9177cec64a7..58cc6c61344 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -164,6 +164,7 @@ Available only on X, this option allows to control over-scrolling
164using the scroll bar (i.e. dragging the thumb down even when the end 164using the scroll bar (i.e. dragging the thumb down even when the end
165of the buffer is visible). 165of the buffer is visible).
166 166
167+++
167** New function `add-face-text-property' has been added, which can be 168** New function `add-face-text-property' has been added, which can be
168used to conveniently prepend/append new face attributes to text. 169used to conveniently prepend/append new face attributes to text.
169 170