diff options
| author | Chong Yidong | 2013-12-20 15:12:04 +0800 |
|---|---|---|
| committer | Chong Yidong | 2013-12-20 15:12:04 +0800 |
| commit | f5df4cebdb5e2edfddd8b8e16b1c237e2dd45855 (patch) | |
| tree | 1adb7cc9be1a1ba3ba7d0e90f5c3b59a2a414b1f /etc | |
| parent | ca65efcc2ea7f6876fee2f7d2d929dffa4093f96 (diff) | |
| download | emacs-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/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -164,6 +164,7 @@ Available only on X, this option allows to control over-scrolling | |||
| 164 | using the scroll bar (i.e. dragging the thumb down even when the end | 164 | using the scroll bar (i.e. dragging the thumb down even when the end |
| 165 | of the buffer is visible). | 165 | of 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 |
| 168 | used to conveniently prepend/append new face attributes to text. | 169 | used to conveniently prepend/append new face attributes to text. |
| 169 | 170 | ||