]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor changes in the Emacs manual
authorEli Zaretskii <eliz@gnu.org>
Sat, 27 Jan 2018 12:06:02 +0000 (14:06 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 27 Jan 2018 12:06:02 +0000 (14:06 +0200)
* doc/emacs/search.texi (Search Customizations): Minor wording
change.
* doc/emacs/files.texi (Customize Save): Add a cross-reference
for batch mode.

doc/emacs/files.texi
doc/emacs/search.texi

index f6813a4aee9e360850db0bef101d63547092864b..1418a639fbb814ecdd6264e52d9be56654df73b2 100644 (file)
@@ -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.
index a146e42185bfc4c74bc0956892827d8edccb8b96..bb01f10d2cb2e36737c8c841a4a07be6933ec5f3 100644 (file)
@@ -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}.