summaryrefslogtreecommitdiff
path: root/doc/lispref/buffers.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/buffers.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/buffers.texi')
-rw-r--r--doc/lispref/buffers.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/buffers.texi b/doc/lispref/buffers.texi
index 33528fc7fec..28603436284 100644
--- a/doc/lispref/buffers.texi
+++ b/doc/lispref/buffers.texi
@@ -596,8 +596,8 @@ and features that react to buffer modifications, use the
Execute @var{body} pretending it does not modify the buffer. This
includes checking whether the buffer's file is locked (@pxref{File
Locks}), running buffer modification hooks (@pxref{Change Hooks}),
-etc. Note that if @var{body} actually modifies the buffer text, its
-undo data may become corrupted.
+etc. Note that if @var{body} actually modifies the buffer text (as
+opposed to its text properties), its undo data may become corrupted.
@end defmac
@node Modification Time