emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master fcd0d85 3/5: Mention with-silent-modifications in t


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master fcd0d85 3/5: Mention with-silent-modifications in the lispref manual
Date: Sat, 30 Apr 2016 21:54:29 +0000

branch: master
commit fcd0d854eef6e439d51e8f07cf734d5e34e502b3
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Mention with-silent-modifications in the lispref manual
    
    * doc/lispref/text.texi (Changing Properties): Document
    with-silent-modifications (bug#21171).
---
 doc/lispref/text.texi |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 0323678..0b77593 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -3040,6 +3040,11 @@ construct each part with @code{propertize} and then 
combine them with
 @code{buffer-substring-no-properties}, which copies text from the
 buffer but does not copy its properties.
 
address@hidden with-silent-modifications
+  If you wish to add or remove text properties to a buffer without
+marking the buffer as modified, you can wrap the calls above in the
address@hidden macro.
+
 @node Property Search
 @subsection Text Property Search Functions
 @cindex searching text properties



reply via email to

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