summaryrefslogtreecommitdiff
path: root/doc/lispref/text.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2020-09-19 11:30:57 +0300
committerEli Zaretskii <eliz@gnu.org>2020-09-19 11:30:57 +0300
commitfcd599bbeaac84113379dedbff4e59910e10e171 (patch)
tree07557c7cb8f6d91eea4617d1115509a1c4a87e5b /doc/lispref/text.texi
parent759399cdb1d74d282e02725f4e6769566b145e1f (diff)
downloademacs-fcd599bbeaac84113379dedbff4e59910e10e171.tar.gz
Minor copyedits of doc of 'with-silent-modifications'
* doc/lispref/text.texi (Changing Properties): * doc/lispref/buffers.texi (Buffer Modification): Improve documentation and indexing of 'with-silent-modifications'.
Diffstat (limited to 'doc/lispref/text.texi')
-rw-r--r--doc/lispref/text.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 5d83e7bd6cc..c4e92bdcedb 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -3069,7 +3069,7 @@ 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.
-@findex with-silent-modifications
+@findex with-silent-modifications, and changes in text properties
If you wish to add text properties to a buffer or remove them
without marking the buffer as modified, you can wrap the calls above
in the @code{with-silent-modifications} macro. @xref{Buffer