diff options
| author | Glenn Morris | 2007-10-13 02:50:27 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-10-13 02:50:27 +0000 |
| commit | fe6dcbf6cbadc3199b79a449921c5bf4c868b5da (patch) | |
| tree | 35223ce07ae8f78abd694862c0af519f3c43469a | |
| parent | cbbbf7b15afb4884dbc75a535bd0572c1a38c521 (diff) | |
| download | emacs-fe6dcbf6cbadc3199b79a449921c5bf4c868b5da.tar.gz emacs-fe6dcbf6cbadc3199b79a449921c5bf4c868b5da.zip | |
(Interactive Shell): Correct INSIDE_EMACS reference.
| -rw-r--r-- | man/misc.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/man/misc.texi b/man/misc.texi index c4cdea4359d..83fc1617066 100644 --- a/man/misc.texi +++ b/man/misc.texi | |||
| @@ -488,12 +488,13 @@ also change the coding system for a running subshell by typing | |||
| 488 | Coding}. | 488 | Coding}. |
| 489 | 489 | ||
| 490 | @cindex @env{INSIDE_EMACS} environment variable | 490 | @cindex @env{INSIDE_EMACS} environment variable |
| 491 | Emacs sets the envitonment variable @env{INSIDE_EMACS} to @code{t} | 491 | Emacs sets the environment variable @env{INSIDE_EMACS} (to a |
| 492 | in the subshell. Programs can check this variable to determine | 492 | comma-separated list including the Emacs version) in the subshell. |
| 493 | whether they are running inside an Emacs subshell. | 493 | Programs can check this variable to determine whether they are running |
| 494 | inside an Emacs subshell. | ||
| 494 | 495 | ||
| 495 | @cindex @env{EMACS} environment variable | 496 | @cindex @env{EMACS} environment variable |
| 496 | Emacs also sets the @env{EMACS} environment variable to @code{t} if | 497 | Emacs also sets the @env{EMACS} environment variable (to @code{t}) if |
| 497 | it is not already defined. @strong{Warning:} This environment | 498 | it is not already defined. @strong{Warning:} This environment |
| 498 | variable is deprecated. Programs that check this variable should be | 499 | variable is deprecated. Programs that check this variable should be |
| 499 | changed to check @env{INSIDE_EMACS} instead. | 500 | changed to check @env{INSIDE_EMACS} instead. |