]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix documentation of 'missing-newline-at-eof'
authorEli Zaretskii <eliz@gnu.org>
Fri, 7 Aug 2020 11:03:24 +0000 (14:03 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 7 Aug 2020 11:03:24 +0000 (14:03 +0300)
* doc/emacs/display.texi (Useless Whitespace):
* etc/NEWS (missing-newline-at-eof): Improve wording and
punctuation.

doc/emacs/display.texi
etc/NEWS

index 5778d95b4d42b9b6efafd451446bee2db4e03857..75ef520d62a44a3e16b10a73a42786c3af752080 100644 (file)
@@ -1335,7 +1335,7 @@ customize the variable @code{whitespace-line-column}.
 Highlight newlines.
 
 @item missing-newline-at-eof
-Highlight the final character in a buffer unless it's a newline
+Highlight the final character if the buffer doesn't end with a newline
 character.
 
 @item empty
index 002a078f840843fad1cf69cc5565fbbe314a9b45..7429d392e473efc757844daf7dbe1bce1b81ff63 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -459,10 +459,10 @@ The new default value is 2000000 (2 megabytes).
 ** Whitespace mode
 
 +++
-*** A new style has been added: 'missing-newline-at-eof'
-If present in 'whitespace-style' (and it is now by default), the final
-character in the buffer will be highlighted unless it's a newline
-character.
+*** New style 'missing-newline-at-eof'.
+If present in 'whitespace-style' (as it is by default), the final
+character in the buffer will be highlighted if the buffer doesn't end
+with a newline.
 
 ** Texinfo