summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorRobert Pluim <rpluim@gmail.com>2022-05-04 14:53:34 +0200
committerRobert Pluim <rpluim@gmail.com>2022-05-04 14:53:34 +0200
commiteaa198cd75ad9cbe4c07532747bcb08516dcc0b2 (patch)
tree1f47c1a73d55a788ed4e9ab590fd4f013b3ff45a /lisp/emacs-lisp
parentd2119be861d4aa89b0a43720846b412dc37604f2 (diff)
downloademacs-eaa198cd75ad9cbe4c07532747bcb08516dcc0b2.tar.gz
emacs-eaa198cd75ad9cbe4c07532747bcb08516dcc0b2.tar.bz2
emacs-eaa198cd75ad9cbe4c07532747bcb08516dcc0b2.zip
; Re-fix last change in doc of 'with-buffer-unmodified-if-unchanged'.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/subr-x.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/subr-x.el b/lisp/emacs-lisp/subr-x.el
index 5d604be4aed..9cd793d05c5 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))