diff options
| -rw-r--r-- | man/ChangeLog | 4 | ||||
| -rw-r--r-- | man/misc.texi | 4 |
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 @@ | |||
| 1 | 2007-10-24 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * misc.texi (Interactive Shell): Cleanup last change. | ||
| 4 | |||
| 1 | 2007-10-18 Martin Rudalics <rudalics@gmx.at> | 5 | 2007-10-18 Martin Rudalics <rudalics@gmx.at> |
| 2 | 6 | ||
| 3 | * trouble.texi (Quitting): Fix typo. | 7 | * 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 | |||
| 488 | Coding}. | 488 | Coding}. |
| 489 | 489 | ||
| 490 | @cindex @env{INSIDE_EMACS} environment variable | 490 | @cindex @env{INSIDE_EMACS} environment variable |
| 491 | Emacs sets the environment variable @env{INSIDE_EMACS} (to a | 491 | Emacs sets the environment variable @env{INSIDE_EMACS} in the |
| 492 | comma-separated list including the Emacs version) in the subshell. | 492 | subshell to a comma-separated list including the Emacs version. |
| 493 | Programs can check this variable to determine whether they are running | 493 | Programs can check this variable to determine whether they are running |
| 494 | inside an Emacs subshell. | 494 | inside an Emacs subshell. |
| 495 | 495 | ||