aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2011-07-10 16:29:19 +0200
committerLars Magne Ingebrigtsen2011-07-10 16:29:19 +0200
commit3329e6e390caf3443ffa486b3e39dd71cafe3a29 (patch)
tree19d2e5c8e8a7022a8c944fdd9dffe730a941ed41
parent505e364506a87ca26ec77550cbc35b2066ce3b9f (diff)
downloademacs-3329e6e390caf3443ffa486b3e39dd71cafe3a29.tar.gz
emacs-3329e6e390caf3443ffa486b3e39dd71cafe3a29.zip
(Environment): Mention removing variables
Text suggested by Kevin Rodgers.
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/cmdargs.texi9
2 files changed, 10 insertions, 4 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 8a5bccc183c..9993f5f883e 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,8 @@
12011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * cmdargs.texi (Environment): Mention removing variables
4 (bug#1615). Text suggested by Kevin Rodgers.
5
12011-07-10 Chong Yidong <cyd@stupidchicken.com> 62011-07-10 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * misc.texi (Amusements): Don't mention Yow; it's crippled. 8 * misc.texi (Amusements): Don't mention Yow; it's crippled.
diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi
index 1c3b85559d2..af493ade2f2 100644
--- a/doc/emacs/cmdargs.texi
+++ b/doc/emacs/cmdargs.texi
@@ -427,10 +427,11 @@ software) inherit the environment from Emacs, too.
427@vindex initial-environment 427@vindex initial-environment
428 Inside Emacs, the command @kbd{M-x getenv} gets the value of an 428 Inside Emacs, the command @kbd{M-x getenv} gets the value of an
429environment variable. @kbd{M-x setenv} sets a variable in the Emacs 429environment variable. @kbd{M-x setenv} sets a variable in the Emacs
430environment. (Environment variable substitutions with @samp{$} work 430environment, and @kbd{C-u M-x setenv} removes a variable.
431in the value just as in file names; see @ref{File Names with $}.) The 431(Environment variable substitutions with @samp{$} work in the value
432variable @code{initial-environment} stores the initial environment 432just as in file names; see @ref{File Names with $}.) The variable
433inherited by Emacs. 433@code{initial-environment} stores the initial environment inherited by
434Emacs.
434 435
435 The way to set environment variables outside of Emacs depends on the 436 The way to set environment variables outside of Emacs depends on the
436operating system, and especially the shell that you are using. For 437operating system, and especially the shell that you are using. For