]> git.eshelyaron.com Git - emacs.git/commitdiff
; Minor copyedits in recently installed documentation changes
authorEli Zaretskii <eliz@gnu.org>
Tue, 15 Oct 2019 08:20:22 +0000 (11:20 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 15 Oct 2019 08:20:22 +0000 (11:20 +0300)
* lisp/files.el (require-final-newline):
* etc/NEWS: Improve wording in recent documentation changes.

etc/NEWS
lisp/files.el

index ab3bbd10995ff3c8609a4a64cc23bb863e57bb2d..d06f0a59528b9a4203419fda9bb5328e2c3442b9 100644 (file)
--- 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.
index 1078b0c4c92f890eb6773eac9b348b5b5dcefc3a..40807617fae89b0bd9e33ff8f503ec815773ed19 100644 (file)
@@ -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)