diff options
| author | Paul Eggert | 2013-02-12 16:42:56 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-02-12 16:42:56 -0800 |
| commit | a683d06b31056f38e196818f5dddb3b7c26a48eb (patch) | |
| tree | a8fd42721bd9d98adc611c52c92154407cd92a37 | |
| parent | c4131562319d3529841136d236ac39fb1e3d2b7c (diff) | |
| download | emacs-a683d06b31056f38e196818f5dddb3b7c26a48eb.tar.gz emacs-a683d06b31056f38e196818f5dddb3b7c26a48eb.zip | |
* cmdargs.texi (General Variables):
Fix TMPDIR documentation to match the code's behavior.
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/cmdargs.texi | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index bcd9c0c0693..e5404a15c59 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-02-13 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * cmdargs.texi (General Variables): | ||
| 4 | Fix TMPDIR documentation to match the code's behavior. | ||
| 5 | |||
| 1 | 2013-02-10 Glenn Morris <rgm@gnu.org> | 6 | 2013-02-10 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * trouble.texi (Checklist): Update bug keybinding. | 8 | * trouble.texi (Checklist): Update bug keybinding. |
diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi index c4a74042865..19b439afc7f 100644 --- a/doc/emacs/cmdargs.texi +++ b/doc/emacs/cmdargs.texi | |||
| @@ -567,10 +567,9 @@ terminal specified by @env{TERM}. This defaults to | |||
| 567 | These environment variables are used to initialize the variable | 567 | These environment variables are used to initialize the variable |
| 568 | @code{temporary-file-directory}, which specifies a directory in which | 568 | @code{temporary-file-directory}, which specifies a directory in which |
| 569 | to put temporary files (@pxref{Backup}). Emacs tries to use | 569 | to put temporary files (@pxref{Backup}). Emacs tries to use |
| 570 | @env{TMPDIR} first; if that is unset, it tries @env{TMP}, then | 570 | @env{TMPDIR} first. If that is unset, Emacs normally falls back on |
| 571 | @env{TEMP}, and finally @file{/tmp}. But on MS-Windows and MS-DOS, | 571 | @file{/tmp}, but on MS-Windows and MS-DOS it instead falls back on |
| 572 | Emacs tries @env{TEMP}, then @env{TMPDIR}, then @env{TMP}, and finally | 572 | @env{TMP}, then @env{TEMP}, and finally @file{c:/temp}. |
| 573 | @file{c:/temp}. | ||
| 574 | 573 | ||
| 575 | @item TZ | 574 | @item TZ |
| 576 | This specifies the current time zone and possibly also daylight | 575 | This specifies the current time zone and possibly also daylight |