diff options
author | Eli Zaretskii <eliz@gnu.org> | 2019-10-15 11:20:22 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2019-10-15 11:20:22 +0300 |
commit | 2b347905feae0753c9e037082c7b5fdbc2b85fd0 (patch) | |
tree | e8af0a93a19809eaec321f7df604e3f4cbb9d20e | |
parent | dcc710916e29777192630c8f225f4b17aa9cd3c2 (diff) | |
download | emacs-2b347905feae0753c9e037082c7b5fdbc2b85fd0.tar.gz |
; Minor copyedits in recently installed documentation changes
* lisp/files.el (require-final-newline):
* etc/NEWS: Improve wording in recent documentation changes.
-rw-r--r-- | etc/NEWS | 2 | ||||
-rw-r--r-- | lisp/files.el | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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) |