]> git.eshelyaron.com Git - emacs.git/commitdiff
* text.texi (Changing Properties): Clarify `propertize'.
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 9 Feb 2014 06:14:08 +0000 (22:14 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 9 Feb 2014 06:14:08 +0000 (22:14 -0800)
Fixes: debbugs:9825
doc/lispref/ChangeLog
doc/lispref/text.texi

index 68ce030e393e5da8ff7f25d6f2d26e40b4bb9e78..47be7082fc732b0dbc90091af9a35dfb2d636a01 100644 (file)
@@ -1,5 +1,7 @@
 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
 
+       * 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
index 786628bb32a640b9792c8a6404dae10cbfacbdb6..76b65e9d7e03a2bc441dd0cc7295be1c91fa0c2a 100644 (file)
@@ -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