1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00

Fix documentation of 'missing-newline-at-eof'

* doc/emacs/display.texi (Useless Whitespace):
* etc/NEWS (missing-newline-at-eof): Improve wording and
punctuation.
This commit is contained in:
Eli Zaretskii 2020-08-07 14:03:24 +03:00
parent 2e4c63664d
commit c32d6b21b8
2 changed files with 5 additions and 5 deletions

View 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

View File

@ -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