]> git.eshelyaron.com Git - emacs.git/commitdiff
; Re-fix last change in doc of 'with-buffer-unmodified-if-unchanged'.
authorRobert Pluim <rpluim@gmail.com>
Wed, 4 May 2022 12:53:34 +0000 (14:53 +0200)
committerRobert Pluim <rpluim@gmail.com>
Wed, 4 May 2022 12:53:34 +0000 (14:53 +0200)
lisp/emacs-lisp/subr-x.el

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