; Fix last change in doc string of 'with-buffer-unmodified-if-unchanged'.
This commit is contained in:
parent
54e5fc19e4
commit
1a72248901
1 changed files with 2 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue