emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master e338661: Stop messing with the EMACS env var


From: Michael Albinus
Subject: [Emacs-diffs] master e338661: Stop messing with the EMACS env var
Date: Thu, 09 Apr 2015 18:07:37 +0000

branch: master
commit e33866134e63e91e7ac1b0c1992df2eeb01dce41
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    Stop messing with the EMACS env var
    
    * misc.texi (Interactive Shell): Remove description of EMACS env var.
---
 doc/emacs/misc.texi |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi
index 46585ed..f1b3c3f 100644
--- a/doc/emacs/misc.texi
+++ b/doc/emacs/misc.texi
@@ -787,15 +787,10 @@ also change the coding system for a running subshell by 
typing
 Coding}.
 
 @cindex @env{INSIDE_EMACS} environment variable
address@hidden @env{EMACS} environment variable
   Emacs sets the environment variable @env{INSIDE_EMACS} in the
 subshell to @address@hidden,comint}, where @var{version} is the
 Emacs version (e.g., @samp{24.1}).  Programs can check this variable
-to determine whether they are running inside an Emacs subshell.  (It
-also sets the @env{EMACS} environment variable to @code{t}, if that
-environment variable is not already defined.  However, this
-environment variable is deprecated; programs that use it should switch
-to using @env{INSIDE_EMACS} instead.)
+to determine whether they are running inside an Emacs subshell.
 
 @node Shell Mode
 @subsection Shell Mode



reply via email to

[Prev in Thread] Current Thread [Next in Thread]