summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2019-10-15 11:20:22 +0300
committerEli Zaretskii <eliz@gnu.org>2019-10-15 11:20:22 +0300
commit2b347905feae0753c9e037082c7b5fdbc2b85fd0 (patch)
treee8af0a93a19809eaec321f7df604e3f4cbb9d20e /lisp
parentdcc710916e29777192630c8f225f4b17aa9cd3c2 (diff)
downloademacs-2b347905feae0753c9e037082c7b5fdbc2b85fd0.tar.gz
; Minor copyedits in recently installed documentation changes
* lisp/files.el (require-final-newline): * etc/NEWS: Improve wording in recent documentation changes.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/files.el4
1 files changed, 2 insertions, 2 deletions
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)