Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
87a7d834
Commit
87a7d834
authored
Oct 13, 2007
by
Glenn Morris
Browse files
(Interactive Shell): Correct INSIDE_EMACS reference.
parent
3aa491bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
doc/emacs/misc.texi
doc/emacs/misc.texi
+5
-4
No files found.
doc/emacs/misc.texi
View file @
87a7d834
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment