From: Eli Zaretskii Date: Sat, 27 Jan 2018 12:06:02 +0000 (+0200) Subject: Minor changes in the Emacs manual X-Git-Tag: emacs-26.1-rc1~308 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e1a4403;p=emacs.git 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. --- diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index f6813a4aee9..1418a639fbb 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi @@ -738,7 +738,7 @@ survive a crash even if @code{fsync} works properly. The @code{write-region-inhibit-fsync} variable controls whether Emacs invokes @code{fsync} after saving a file. The variable's 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 files might lose data anyway. diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi index a146e42185b..bb01f10d2cb 100644 --- a/doc/emacs/search.texi +++ b/doc/emacs/search.texi @@ -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 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 -value of that value. +value of @code{search-slow-window-lines}.