From 2b347905feae0753c9e037082c7b5fdbc2b85fd0 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 15 Oct 2019 11:20:22 +0300 Subject: [PATCH] ; Minor copyedits in recently installed documentation changes * lisp/files.el (require-final-newline): * etc/NEWS: Improve wording in recent documentation changes. --- etc/NEWS | 2 +- lisp/files.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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) -- 2.39.5