Mercurial > emacs
changeset 85214:79d515698fe4
(Interactive Shell): Correct INSIDE_EMACS reference.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 13 Oct 2007 02:50:44 +0000 |
parents | 66aa4f5b109c |
children | 16a560346fd1 |
files | doc/emacs/misc.texi |
diffstat | 1 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/emacs/misc.texi Sat Oct 13 02:50:02 2007 +0000 +++ b/doc/emacs/misc.texi Sat Oct 13 02:50:44 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.