diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/fileio.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7f963fe7ba9..f7ee48d1d07 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2014-06-08 Glenn Morris <rgm@gnu.org> | 1 | 2014-06-08 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * fileio.c (write-region-inhibit-fsync): Doc tweak. | ||
| 4 | |||
| 3 | * data.c (Flss, Fgtr, Fleq, Fgeq): Doc tweaks. | 5 | * data.c (Flss, Fgtr, Fleq, Fgeq): Doc tweaks. |
| 4 | 6 | ||
| 5 | 2014-06-04 Eli Zaretskii <eliz@gnu.org> | 7 | 2014-06-04 Eli Zaretskii <eliz@gnu.org> |
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'. |
| 6044 | This variable affects calls to `write-region' as well as save commands. | 6044 | This variable affects calls to `write-region' as well as save commands. |
| 6045 | Setting this to nil may avoid data loss if the system loses power or | 6045 | Setting this to nil may avoid data loss if the system loses power or |
| 6046 | the operating system crashes. */); | 6046 | the 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, |