aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-10-13 02:50:44 +0000
committerGlenn Morris2007-10-13 02:50:44 +0000
commit87a7d8345ba9d63670fe5c378e555d08ee62b074 (patch)
treeb6bb7d89c8d9d33a2f9250d108bd9e68718fb32c
parent3aa491bcaf40a24357a6527b92277e15aa878424 (diff)
downloademacs-87a7d8345ba9d63670fe5c378e555d08ee62b074.tar.gz
emacs-87a7d8345ba9d63670fe5c378e555d08ee62b074.zip
(Interactive Shell): Correct INSIDE_EMACS reference.
-rw-r--r--doc/emacs/misc.texi9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi
index c4cdea4359d..83fc1617066 100644
--- a/doc/emacs/misc.texi
+++ b/doc/emacs/misc.texi
@@ -488,12 +488,13 @@ also change the coding system for a running subshell by typing
488Coding}. 488Coding}.
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
492in the subshell. Programs can check this variable to determine 492comma-separated list including the Emacs version) in the subshell.
493whether they are running inside an Emacs subshell. 493Programs can check this variable to determine whether they are running
494inside 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
497it is not already defined. @strong{Warning:} This environment 498it is not already defined. @strong{Warning:} This environment
498variable is deprecated. Programs that check this variable should be 499variable is deprecated. Programs that check this variable should be
499changed to check @env{INSIDE_EMACS} instead. 500changed to check @env{INSIDE_EMACS} instead.