]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix last change in doc string of 'with-buffer-unmodified-if-unchanged'.
authorEli Zaretskii <eliz@gnu.org>
Wed, 4 May 2022 10:08:53 +0000 (13:08 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 4 May 2022 10:08:53 +0000 (13:08 +0300)
lisp/emacs-lisp/subr-x.el

index 9339acc9096ce3e44c539a8383afd51464f2e6c4..5d604be4aedff75b7e6564bf052b9201f9eb3a78 100644 (file)
@@ -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)))