* lisp/files.el (require-final-newline):
* etc/NEWS: Improve wording in recent documentation changes.
* Lisp Changes in Emacs 27.1
+++
-** New macro 'benchmark-progn'
+** New macro 'benchmark-progn'.
This macro works like 'progn', but messages how long it takes to
evaluate the body forms. The value of the last form is the return
value.
from `mode-require-final-newline'.
This variable is only heeded when visiting files (or saving
-visited files). Writing data to the file system with
-`write-region' and the like is not influenced by this variable."
+buffers into files they visit). Writing data to the file system
+with `write-region' and the like is not influenced by this variable."
:safe #'symbolp
:type '(choice (const :tag "When visiting" visit)
(const :tag "When saving" t)