diff options
author | Stephen Berman <stephen.berman@gmx.net> | 2016-06-13 18:08:22 +0200 |
---|---|---|
committer | Stephen Berman <stephen.berman@gmx.net> | 2016-06-13 18:08:22 +0200 |
commit | 20de6679b0b56b4e37fa7e145a3ed33010f3f6d4 (patch) | |
tree | 5e76aada3ad2d10b0a3bd27b1554cef565090b63 /doc/emacs/files.texi | |
parent | a67a4e598d57cd9d6fb6442e747ebabc8da2798a (diff) | |
download | emacs-20de6679b0b56b4e37fa7e145a3ed33010f3f6d4.tar.gz |
Doc fixes for grammar and typos (bug#23746)
* doc/emacs/files.texi (Customize Save):
* doc/emacs/frames.texi (Window Dividers):
* doc/emacs/misc.texi (Printing):
* doc/lispref/compile.texi (Compiler Errors):
* doc/lispref/keymaps.texi (Changing Key Bindings):
* doc/lispref/loading.texi (Named Features):
* doc/lispref/markers.texi (Marker Insertion Types):
* doc/lispref/modes.texi (Mode Hooks):
* doc/lispref/text.texi (Undo):
* src/floatfns.c (Fldexp):
* src/xfaces.c (syms_of_xfaces):
Minor doc fixes for grammar and typos (bug#23746).
Diffstat (limited to 'doc/emacs/files.texi')
-rw-r--r-- | doc/emacs/files.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 3bbb3cddb38..fc46ef7879a 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi @@ -701,7 +701,7 @@ after it visits the file. (This marks the buffer as modified, and you can undo it.) If the value is @code{visit-save}, Emacs adds such newlines both on visiting and on saving. If the value is @code{nil}, Emacs leaves the end of the file unchanged; any other non-@code{nil} -value means to asks you whether to add a newline. The default is +value means Emacs asks you whether to add a newline. The default is @code{nil}. @vindex mode-require-final-newline |