summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-05-04 13:08:53 +0300
committerEli Zaretskii <eliz@gnu.org>2022-05-04 13:08:53 +0300
commit1a72248901cc0cdb2e8d09dee68483d808c57d4e (patch)
tree281a67363d8939a005c745ec25ce01e0283f028f /lisp/emacs-lisp
parent54e5fc19e47acee6cef472ec0bf817dad75a7acf (diff)
downloademacs-1a72248901cc0cdb2e8d09dee68483d808c57d4e.tar.gz
emacs-1a72248901cc0cdb2e8d09dee68483d808c57d4e.tar.bz2
emacs-1a72248901cc0cdb2e8d09dee68483d808c57d4e.zip
; Fix last change in doc string of 'with-buffer-unmodified-if-unchanged'.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/subr-x.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/subr-x.el b/lisp/emacs-lisp/subr-x.el
index 9339acc9096..5d604be4aed 100644
--- a/lisp/emacs-lisp/subr-x.el
+++ b/lisp/emacs-lisp/subr-x.el
@@ -433,7 +433,8 @@ as stored in the internal representation, are monitored for the
purpose of detecting the lack of changes in buffer text. Any other
changes that are normally perceived as \"buffer modifications\", such
as changes in text properties, `buffer-file-coding-system', buffer
-multibytenes, etc. -- will still cause the buffer to become modified."
+multibytenes, etc. -- will not be noticed, and the buffer will still
+be marked unmodified, effectively ignoring those changes."
(declare (debug t) (indent 0))
(let ((hash (gensym))
(buffer (gensym)))