From: Eli Zaretskii Date: Tue, 15 Oct 2019 08:20:22 +0000 (+0300) Subject: ; Minor copyedits in recently installed documentation changes X-Git-Tag: emacs-27.0.90~1057 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2b347905feae0753c9e037082c7b5fdbc2b85fd0;p=emacs.git ; Minor copyedits in recently installed documentation changes * lisp/files.el (require-final-newline): * etc/NEWS: Improve wording in recent documentation changes. --- diff --git a/etc/NEWS b/etc/NEWS index ab3bbd10995..d06f0a59528 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2400,7 +2400,7 @@ scrolling. * 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. diff --git a/lisp/files.el b/lisp/files.el index 1078b0c4c92..40807617fae 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -339,8 +339,8 @@ Certain major modes set this locally to the value obtained 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)