aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2018-01-27 14:06:02 +0200
committerEli Zaretskii2018-01-27 14:06:02 +0200
commite1a44033a8dbb53588c77a9e41c11725b2ed53b0 (patch)
tree991e1e17d9952cbba4e7f79f6ccff7136e67920c /doc
parent372fda682a2a80f4cf946dfa6d57853a68b6982e (diff)
downloademacs-e1a44033a8dbb53588c77a9e41c11725b2ed53b0.tar.gz
emacs-e1a44033a8dbb53588c77a9e41c11725b2ed53b0.zip
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/files.texi2
-rw-r--r--doc/emacs/search.texi2
2 files changed, 2 insertions, 2 deletions
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.
738 The @code{write-region-inhibit-fsync} variable controls whether 738 The @code{write-region-inhibit-fsync} variable controls whether
739Emacs invokes @code{fsync} after saving a file. The variable's 739Emacs invokes @code{fsync} after saving a file. The variable's
740default value is @code{nil} when Emacs is interactive, and @code{t} 740default value is @code{nil} when Emacs is interactive, and @code{t}
741when Emacs runs in batch mode. 741when Emacs runs in batch mode (@pxref{Initial Options, batch mode}).
742 742
743 Emacs never uses @code{fsync} when writing auto-save files, as these 743 Emacs never uses @code{fsync} when writing auto-save files, as these
744files might lose data anyway. 744files 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
1911that displays the buffer where you start searching, but if the value 1911that displays the buffer where you start searching, but if the value
1912of @code{search-slow-window-lines} is negative, that means to put the 1912of @code{search-slow-window-lines} is negative, that means to put the
1913window at the top and give it the number of lines that is the absolute 1913window at the top and give it the number of lines that is the absolute
1914value of that value. 1914value of @code{search-slow-window-lines}.