mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +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:
parent
2e4c63664d
commit
c32d6b21b8
2 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
8
etc/NEWS
8
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue