emacs/doc
Lars Magne Ingebrigtsen 708e05f6d1 Implement new function `add-face-text-property'
* doc/lispref/text.texi (Changing Properties): Document `add-face-text-property'.

* src/textprop.c (property_set_type): New enum.
(add_properties): Allow appending/prepending text properties.
(add_text_properties_1): Factored out of Fadd_text_properties.
(Fadd_text_properties): Moved all the code into
add_text_properties_1.
(Fadd_face_text_property): New function that calls
add_text_properties_1.
2013-06-17 17:28:22 +02:00
..
emacs ChangeLog fix. 2013-06-14 06:43:33 +08:00
lispintro Fix "make info" in doc/lispintro on MS-Windows. 2013-04-24 22:06:20 +03:00
lispref Implement new function `add-face-text-property' 2013-06-17 17:28:22 +02:00
man Merge from emacs-24; up to 2012-12-26T22:30:58Z!yamaoka@jpl.org 2013-04-20 12:11:25 -07:00
misc lisp/gnus/sieve.el: Rebind q to (sieve-bury-buffer), bind Q to (sieve-manage-quit) 2013-06-14 09:48:49 +00:00