emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 2b34790: ; Minor copyedits in recently installed do


From: Eli Zaretskii
Subject: [Emacs-diffs] master 2b34790: ; Minor copyedits in recently installed documentation changes
Date: Tue, 15 Oct 2019 04:21:09 -0400 (EDT)

branch: master
commit 2b347905feae0753c9e037082c7b5fdbc2b85fd0
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; 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 ab3bbd1..d06f0a5 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 1078b0c..4080761 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]