diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-05-10 15:53:51 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-05-10 15:53:51 +0300 |
commit | 66e4bf2bcb2c142c023837ce57d5763deffc7d8d (patch) | |
tree | 9ddc9c5bbda089f4bbd109763c414e29e87f9d17 | |
parent | 9beb04dd0700a63fdce65351465045587d10e064 (diff) | |
download | emacs-66e4bf2bcb2c142c023837ce57d5763deffc7d8d.tar.gz emacs-66e4bf2bcb2c142c023837ce57d5763deffc7d8d.tar.bz2 emacs-66e4bf2bcb2c142c023837ce57d5763deffc7d8d.zip |
; * etc/NEWS: Clarify recently-added entries.
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1583,7 +1583,7 @@ Emacs buffers, like indentation and the like. The new ert function This function was previously documented to return only nil or t. This has been changed to nil/'autosaved'/non-nil. The new 'autosaved' value means that the buffer is modified, but that it hasn't been -modified after the last auto-save. +modified since the time of last auto-save. --- ** 'with-silent-modifications' also restores buffer autosave status. @@ -1733,7 +1733,7 @@ functions. +++ *** 'restore-buffer-modified-p' can now alter buffer auto-save state. With a FLAG value of 'autosaved', it will mark the buffer as having -been auto-saved after the last modification. +been auto-saved since the time of last modification. --- *** New minor mode 'isearch-fold-quotes-mode'. |