diff options
| author | Eli Zaretskii | 2022-06-21 16:21:53 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2022-06-21 16:21:53 +0300 |
| commit | b1af8c2c00aefe6aa554a468e65b6e07c9f14722 (patch) | |
| tree | 6f6bb06957912c22ddcc2c41a9a3a52cd4ccd0c9 | |
| parent | 49137311a432a0c3c4afef1ae7d463cd4c3613ae (diff) | |
| download | emacs-b1af8c2c00aefe6aa554a468e65b6e07c9f14722.tar.gz emacs-b1af8c2c00aefe6aa554a468e65b6e07c9f14722.zip | |
; * doc/lispref/os.texi (Batch Mode): Fix typo and wording.
| -rw-r--r-- | doc/lispref/os.texi | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index 262ef8bbfde..2b49818ed33 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi | |||
| @@ -2738,11 +2738,12 @@ if it is non-@code{nil}; this can be overridden by binding | |||
| 2738 | @code{coding-system-for-write} to a coding system of you choice | 2738 | @code{coding-system-for-write} to a coding system of you choice |
| 2739 | (@pxref{Explicit Encoding}). | 2739 | (@pxref{Explicit Encoding}). |
| 2740 | 2740 | ||
| 2741 | In batch mode, Emacs will adjust the @code{gc-cons-threshold} variable | 2741 | In batch mode, Emacs will enlarge the value of the |
| 2742 | up from a default of @samp{0.1} to @samp{1.0}. Batch jobs that are | 2742 | @code{gc-cons-percentage} variable from the default of @samp{0.1} up to |
| 2743 | supposed to run for a long time should adjust the limit back down | 2743 | @samp{1.0}. Batch jobs that are supposed to run for a long time |
| 2744 | again, because this means that less garbage collection will be | 2744 | should adjust the limit back down again, because this means that less |
| 2745 | performed by default (and more memory consumed). | 2745 | garbage collection will be performed by default (and more memory |
| 2746 | consumed). | ||
| 2746 | 2747 | ||
| 2747 | @defvar noninteractive | 2748 | @defvar noninteractive |
| 2748 | This variable is non-@code{nil} when Emacs is running in batch mode. | 2749 | This variable is non-@code{nil} when Emacs is running in batch mode. |