From 87a7d8345ba9d63670fe5c378e555d08ee62b074 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 13 Oct 2007 02:50:44 +0000 Subject: [PATCH] (Interactive Shell): Correct INSIDE_EMACS reference. --- doc/emacs/misc.texi | 9 +++++---- 1 file 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 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. -- 2.39.5