emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 63ba73a: Fix documentation of ':propertize' in mo


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 63ba73a: Fix documentation of ':propertize' in mode-line-format
Date: Sat, 16 Jun 2018 07:01:49 -0400 (EDT)

branch: emacs-26
commit 63ba73a9f2bdf75363eea678a8c119ed0ffd9799
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix documentation of ':propertize' in mode-line-format
    
    * doc/lispref/modes.texi (Mode Line Data): Make the description of
    ':propertize' more accurate.  (Bug#26291)
---
 doc/lispref/modes.texi | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi
index 8a77745..d7e217c 100644
--- a/doc/lispref/modes.texi
+++ b/doc/lispref/modes.texi
@@ -1839,10 +1839,13 @@ recursion.
 
 @item (:propertize @var{elt} @address@hidden)
 A list whose first element is the symbol @code{:propertize} says to
-process the mode line construct @var{elt} recursively, then add the text
-properties specified by @var{props} to the result.  The argument
+process the mode line construct @var{elt} recursively, then add the
+text properties specified by @var{props} to the result.  The argument
 @var{props} should consist of zero or more pairs @var{text-property}
address@hidden
address@hidden  If @var{elt} is or produces a string with text
+properties, all the characters of that string should have the same
+properties, or else some of them might be removed by
address@hidden:propertize}.
 
 @item (@var{symbol} @var{then} @var{else})
 A list whose first element is a symbol that is not a keyword specifies



reply via email to

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