emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116375: * text.texi (Changing Properties): Clarify


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r116375: * text.texi (Changing Properties): Clarify `propertize'.
Date: Sun, 09 Feb 2014 06:15:23 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116375
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/9825
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sat 2014-02-08 22:14:08 -0800
message:
  * text.texi (Changing Properties): Clarify `propertize'.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/text.texi          text.texi-20091113204419-o5vbwnq5f7feedwu-6215
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2014-02-09 05:20:54 +0000
+++ b/doc/lispref/ChangeLog     2014-02-09 06:14:08 +0000
@@ -1,5 +1,7 @@
 2014-02-09  Lars Ingebrigtsen  <address@hidden>
 
+       * 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

=== modified file 'doc/lispref/text.texi'
--- a/doc/lispref/text.texi     2014-01-29 08:27:55 +0000
+++ b/doc/lispref/text.texi     2014-02-09 06:14:08 +0000
@@ -2866,11 +2866,10 @@
 @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
address@hidden 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]