]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/fileio.c (write-region-inhibit-fsync): Doc tweak.
authorGlenn Morris <rgm@gnu.org>
Sun, 8 Jun 2014 00:59:05 +0000 (17:59 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 8 Jun 2014 00:59:05 +0000 (17:59 -0700)
src/ChangeLog
src/fileio.c

index 7f963fe7ba9a098275b579682ad0e24635ec6e58..f7ee48d1d0781ccc915b47dae1138b868b0b699f 100644 (file)
@@ -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>
index 3b7961b930ac733daddeff82f85fc073aaaaa852..cd32821ed0c08be65a77b369aa902b6179639986 100644 (file)
@@ -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,