aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/text.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 0323678b8f2..0b7759347fc 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
3040@code{buffer-substring-no-properties}, which copies text from the 3040@code{buffer-substring-no-properties}, which copies text from the
3041buffer but does not copy its properties. 3041buffer but does not copy its properties.
3042 3042
3043@findex with-silent-modifications
3044 If you wish to add or remove text properties to a buffer without
3045marking the buffer as modified, you can wrap the calls above in the
3046@code{with-silent-modifications} macro.
3047
3043@node Property Search 3048@node Property Search
3044@subsection Text Property Search Functions 3049@subsection Text Property Search Functions
3045@cindex searching text properties 3050@cindex searching text properties