aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c
diff options
context:
space:
mode:
authorGlenn Morris2014-06-07 17:59:05 -0700
committerGlenn Morris2014-06-07 17:59:05 -0700
commit6cbdfa0115a57bae3dda291a146d51402e9bf6fc (patch)
tree3783c1779c2ab85800c6922de79299018302335d /src/fileio.c
parent7b385b020102826e6f1cdd0dd9a8ec6c9b23236c (diff)
downloademacs-6cbdfa0115a57bae3dda291a146d51402e9bf6fc.tar.gz
emacs-6cbdfa0115a57bae3dda291a146d51402e9bf6fc.zip
* src/fileio.c (write-region-inhibit-fsync): Doc tweak.
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 3b7961b930a..cd32821ed0c 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -6043,7 +6043,7 @@ file is usually more useful if it contains the deleted text. */);
6043 doc: /* Non-nil means don't call fsync in `write-region'. 6043 doc: /* Non-nil means don't call fsync in `write-region'.
6044This variable affects calls to `write-region' as well as save commands. 6044This variable affects calls to `write-region' as well as save commands.
6045Setting this to nil may avoid data loss if the system loses power or 6045Setting this to nil may avoid data loss if the system loses power or
6046the operating system crashes. */); 6046the operating system crashes. By default, it is non-nil in batch mode. */);
6047 write_region_inhibit_fsync = 0; /* See also `init_fileio' above. */ 6047 write_region_inhibit_fsync = 0; /* See also `init_fileio' above. */
6048 6048
6049 DEFVAR_BOOL ("delete-by-moving-to-trash", delete_by_moving_to_trash, 6049 DEFVAR_BOOL ("delete-by-moving-to-trash", delete_by_moving_to_trash,