diff options
| author | Eli Zaretskii | 2018-01-27 14:06:02 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2018-01-27 14:06:02 +0200 |
| commit | e1a44033a8dbb53588c77a9e41c11725b2ed53b0 (patch) | |
| tree | 991e1e17d9952cbba4e7f79f6ccff7136e67920c /doc | |
| parent | 372fda682a2a80f4cf946dfa6d57853a68b6982e (diff) | |
| download | emacs-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.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/search.texi | 2 |
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 |
| 739 | Emacs invokes @code{fsync} after saving a file. The variable's | 739 | Emacs invokes @code{fsync} after saving a file. The variable's |
| 740 | default value is @code{nil} when Emacs is interactive, and @code{t} | 740 | default value is @code{nil} when Emacs is interactive, and @code{t} |
| 741 | when Emacs runs in batch mode. | 741 | when 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 |
| 744 | files might lose data anyway. | 744 | 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 | |||
| 1911 | that displays the buffer where you start searching, but if the value | 1911 | that displays the buffer where you start searching, but if the value |
| 1912 | of @code{search-slow-window-lines} is negative, that means to put the | 1912 | of @code{search-slow-window-lines} is negative, that means to put the |
| 1913 | window at the top and give it the number of lines that is the absolute | 1913 | window at the top and give it the number of lines that is the absolute |
| 1914 | value of that value. | 1914 | value of @code{search-slow-window-lines}. |