emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 1a72248901: ; Fix last change in doc string of 'with-buffer-unmod


From: Eli Zaretskii
Subject: master 1a72248901: ; Fix last change in doc string of 'with-buffer-unmodified-if-unchanged'.
Date: Wed, 4 May 2022 06:09:34 -0400 (EDT)

branch: master
commit 1a72248901cc0cdb2e8d09dee68483d808c57d4e
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix last change in doc string of 'with-buffer-unmodified-if-unchanged'.
---
 lisp/emacs-lisp/subr-x.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/subr-x.el b/lisp/emacs-lisp/subr-x.el
index 9339acc909..5d604be4ae 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]