From: Lars Ingebrigtsen Date: Sun, 9 Feb 2014 06:14:08 +0000 (-0800) Subject: * text.texi (Changing Properties): Clarify `propertize'. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~61 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=438241f5189b1ea28f828c72d92555133e4088e7;p=emacs.git * text.texi (Changing Properties): Clarify `propertize'. Fixes: debbugs:9825 --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 68ce030e393..47be7082fc7 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,5 +1,7 @@ 2014-02-09 Lars Ingebrigtsen + * text.texi (Changing Properties): Clarify `propertize' (bug#9825). + * display.texi (Blinking): Clarify doc string in example (bug#10658). * commands.texi (Accessing Mouse): Mention that these function diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index 786628bb32a..76b65e9d7e0 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi @@ -2866,11 +2866,10 @@ zero-based indices into the string. @code{propertize}: @defun propertize string &rest properties -This function returns a copy of @var{string} which has the text -properties @var{properties}. These properties apply to all the -characters in the string that is returned. Here is an example that -constructs a string with a @code{face} property and a @code{mouse-face} -property: +This function returns a copy of @var{string} with the text properties +@var{properties} added. These properties apply to all the characters +in the string that is returned. Here is an example that constructs a +string with a @code{face} property and a @code{mouse-face} property: @smallexample (propertize "foo" 'face 'italic