]> git.eshelyaron.com Git - emacs.git/commitdiff
(Interactive Shell): Correct INSIDE_EMACS reference.
authorGlenn Morris <rgm@gnu.org>
Sat, 13 Oct 2007 02:50:27 +0000 (02:50 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 13 Oct 2007 02:50:27 +0000 (02:50 +0000)
man/misc.texi

index c4cdea4359dcf08632e971327c4fe0c49206d6cc..83fc16170668d051dd098d7158a61fb52e90214c 100644 (file)
@@ -488,12 +488,13 @@ also change the coding system for a running subshell by typing
 Coding}.
 
 @cindex @env{INSIDE_EMACS} environment variable
-  Emacs sets the envitonment variable @env{INSIDE_EMACS} to @code{t}
-in the subshell.  Programs can check this variable to determine
-whether they are running inside an Emacs subshell.
+  Emacs sets the environment variable @env{INSIDE_EMACS} (to a
+comma-separated list including the Emacs version) in the subshell.
+Programs can check this variable to determine whether they are running
+inside an Emacs subshell.
 
 @cindex @env{EMACS} environment variable
-  Emacs also sets the @env{EMACS} environment variable to @code{t} if
+  Emacs also sets the @env{EMACS} environment variable (to @code{t}) if
 it is not already defined.  @strong{Warning:} This environment
 variable is deprecated.  Programs that check this variable should be
 changed to check @env{INSIDE_EMACS} instead.