# HG changeset patch # User Glenn Morris # Date 1192243827 0 # Node ID 5f824c579a604aa7c7e9d39933d7272c9b8a9cfa # Parent 8fa4f4e39faea0964b63eb7893273f4d602d5f3a (Interactive Shell): Correct INSIDE_EMACS reference. diff -r 8fa4f4e39fae -r 5f824c579a60 man/misc.texi --- a/man/misc.texi Sat Oct 13 02:49:32 2007 +0000 +++ b/man/misc.texi Sat Oct 13 02:50:27 2007 +0000 @@ -488,12 +488,13 @@ 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.