summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2007-10-24 08:21:54 +0000
committerRichard M. Stallman <rms@gnu.org>2007-10-24 08:21:54 +0000
commitb6c764efaff79cd9aee41c5b7cc5e49dc980ce2c (patch)
treefa713e418970a220645887d306825b4891d6f375 /man
parent2328cbb3c7ad31036c25512f57d62b7341d7e365 (diff)
downloademacs-b6c764efaff79cd9aee41c5b7cc5e49dc980ce2c.tar.gz
(Interactive Shell): Cleanup last change.
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog4
-rw-r--r--man/misc.texi4
2 files changed, 6 insertions, 2 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index aa61bec2868..274be7039be 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
+2007-10-24 Richard Stallman <rms@gnu.org>
+
+ * misc.texi (Interactive Shell): Cleanup last change.
+
2007-10-18 Martin Rudalics <rudalics@gmx.at>
* trouble.texi (Quitting): Fix typo.
diff --git a/man/misc.texi b/man/misc.texi
index 83fc1617066..82e48bfe13b 100644
--- a/man/misc.texi
+++ b/man/misc.texi
@@ -488,8 +488,8 @@ also change the coding system for a running subshell by typing
Coding}.
@cindex @env{INSIDE_EMACS} environment variable
- Emacs sets the environment variable @env{INSIDE_EMACS} (to a
-comma-separated list including the Emacs version) in the subshell.
+ Emacs sets the environment variable @env{INSIDE_EMACS} in the
+subshell to a comma-separated list including the Emacs version.
Programs can check this variable to determine whether they are running
inside an Emacs subshell.