emacs-diffs
[Top][All Lists]
Advanced

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

master eaa198cd75: ; Re-fix last change in doc of 'with-buffer-unmodifie


From: Robert Pluim
Subject: master eaa198cd75: ; Re-fix last change in doc of 'with-buffer-unmodified-if-unchanged'.
Date: Wed, 4 May 2022 08:55:18 -0400 (EDT)

branch: master
commit eaa198cd75ad9cbe4c07532747bcb08516dcc0b2
Author: Robert Pluim <rpluim@gmail.com>
Commit: Robert Pluim <rpluim@gmail.com>

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

diff --git a/lisp/emacs-lisp/subr-x.el b/lisp/emacs-lisp/subr-x.el
index 5d604be4ae..9cd793d05c 100644
--- a/lisp/emacs-lisp/subr-x.el
+++ b/lisp/emacs-lisp/subr-x.el
@@ -433,7 +433,7 @@ 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 not be noticed, and the buffer will still
+multibyteness, 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))



reply via email to

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