Minor changes in the Emacs manual
* doc/emacs/search.texi (Search Customizations): Minor wording change. * doc/emacs/files.texi (Customize Save): Add a cross-reference for batch mode.
This commit is contained in:
parent
372fda682a
commit
e1a44033a8
2 changed files with 2 additions and 2 deletions
|
@ -738,7 +738,7 @@ survive a crash even if @code{fsync} works properly.
|
||||||
The @code{write-region-inhibit-fsync} variable controls whether
|
The @code{write-region-inhibit-fsync} variable controls whether
|
||||||
Emacs invokes @code{fsync} after saving a file. The variable's
|
Emacs invokes @code{fsync} after saving a file. The variable's
|
||||||
default value is @code{nil} when Emacs is interactive, and @code{t}
|
default value is @code{nil} when Emacs is interactive, and @code{t}
|
||||||
when Emacs runs in batch mode.
|
when Emacs runs in batch mode (@pxref{Initial Options, batch mode}).
|
||||||
|
|
||||||
Emacs never uses @code{fsync} when writing auto-save files, as these
|
Emacs never uses @code{fsync} when writing auto-save files, as these
|
||||||
files might lose data anyway.
|
files might lose data anyway.
|
||||||
|
|
|
@ -1911,4 +1911,4 @@ window Emacs pops up for displaying the search results; the default is
|
||||||
that displays the buffer where you start searching, but if the value
|
that displays the buffer where you start searching, but if the value
|
||||||
of @code{search-slow-window-lines} is negative, that means to put the
|
of @code{search-slow-window-lines} is negative, that means to put the
|
||||||
window at the top and give it the number of lines that is the absolute
|
window at the top and give it the number of lines that is the absolute
|
||||||
value of that value.
|
value of @code{search-slow-window-lines}.
|
||||||
|
|
Loading…
Add table
Reference in a new issue