mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 12:40:49 -08:00
* src/fileio.c (write-region-inhibit-fsync): Doc tweak.
This commit is contained in:
parent
7b385b0201
commit
6cbdfa0115
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2014-06-08 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* fileio.c (write-region-inhibit-fsync): Doc tweak.
|
||||
|
||||
* data.c (Flss, Fgtr, Fleq, Fgeq): Doc tweaks.
|
||||
|
||||
2014-06-04 Eli Zaretskii <eliz@gnu.org>
|
||||
|
|
|
|||
|
|
@ -6043,7 +6043,7 @@ file is usually more useful if it contains the deleted text. */);
|
|||
doc: /* Non-nil means don't call fsync in `write-region'.
|
||||
This variable affects calls to `write-region' as well as save commands.
|
||||
Setting this to nil may avoid data loss if the system loses power or
|
||||
the operating system crashes. */);
|
||||
the operating system crashes. By default, it is non-nil in batch mode. */);
|
||||
write_region_inhibit_fsync = 0; /* See also `init_fileio' above. */
|
||||
|
||||
DEFVAR_BOOL ("delete-by-moving-to-trash", delete_by_moving_to_trash,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue