diff options
| author | Michael Albinus | 2015-04-09 20:07:20 +0200 |
|---|---|---|
| committer | Michael Albinus | 2015-04-09 20:07:20 +0200 |
| commit | e33866134e63e91e7ac1b0c1992df2eeb01dce41 (patch) | |
| tree | 193e4bebaa12ce86ab2b797881c8ad23763540e6 /doc | |
| parent | cf09ed1e4decc280d7e2e08cabc30ed8737e2d84 (diff) | |
| download | emacs-e33866134e63e91e7ac1b0c1992df2eeb01dce41.tar.gz emacs-e33866134e63e91e7ac1b0c1992df2eeb01dce41.zip | |
Stop messing with the EMACS env var
* misc.texi (Interactive Shell): Remove description of EMACS env var.
Diffstat (limited to 'doc')
| -rw-r--r-- | 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 46585ed52d7..f1b3c3f2f49 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 | |||
| 787 | Coding}. | 787 | Coding}. |
| 788 | 788 | ||
| 789 | @cindex @env{INSIDE_EMACS} environment variable | 789 | @cindex @env{INSIDE_EMACS} environment variable |
| 790 | @cindex @env{EMACS} environment variable | ||
| 791 | Emacs sets the environment variable @env{INSIDE_EMACS} in the | 790 | Emacs sets the environment variable @env{INSIDE_EMACS} in the |
| 792 | subshell to @samp{@var{version},comint}, where @var{version} is the | 791 | subshell to @samp{@var{version},comint}, where @var{version} is the |
| 793 | Emacs version (e.g., @samp{24.1}). Programs can check this variable | 792 | Emacs version (e.g., @samp{24.1}). Programs can check this variable |
| 794 | to determine whether they are running inside an Emacs subshell. (It | 793 | to determine whether they are running inside an Emacs subshell. |
| 795 | also sets the @env{EMACS} environment variable to @code{t}, if that | ||
| 796 | environment variable is not already defined. However, this | ||
| 797 | environment variable is deprecated; programs that use it should switch | ||
| 798 | to using @env{INSIDE_EMACS} instead.) | ||
| 799 | 794 | ||
| 800 | @node Shell Mode | 795 | @node Shell Mode |
| 801 | @subsection Shell Mode | 796 | @subsection Shell Mode |