aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/files.texi9
1 files changed, 6 insertions, 3 deletions
diff --git a/man/files.texi b/man/files.texi
index 1c04ed31394..9c22cad52b5 100644
--- a/man/files.texi
+++ b/man/files.texi
@@ -431,9 +431,12 @@ by simultaneous editing and requires your immediate attention.
431@xref{Interlocking,, Simultaneous Editing}. 431@xref{Interlocking,, Simultaneous Editing}.
432 432
433@vindex require-final-newline 433@vindex require-final-newline
434 If the variable @code{require-final-newline} is non-@code{nil}, Emacs 434 If the value of the variable @code{require-final-newline} is @code{t},
435puts a newline at the end of any file that doesn't already end in one, 435Emacs silently puts a newline at the end of any file that doesn't
436every time a file is saved or written. The default is @code{nil}. 436already end in one, every time a file is saved or written. If the value
437is @code{nil}, Emacs leaves the end of the file unchanged; if it's
438neither @code{nil} nor @code{t}, Emacs asks you whether to add a
439newline. The default is @code{nil}.
437 440
438@menu 441@menu
439* Backup:: How Emacs saves the old version of your file. 442* Backup:: How Emacs saves the old version of your file.