summaryrefslogtreecommitdiff
path: root/lisp/env.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1992-09-26 21:15:01 +0000
committerRichard M. Stallman <rms@gnu.org>1992-09-26 21:15:01 +0000
commitb6a5978e16b1c844a1196922383ebc775fd0a164 (patch)
tree5b1c7cb00c92723f943c08355131021121723e66 /lisp/env.el
parent6d670a70adb837fc4886f85744a0af57450b768a (diff)
downloademacs-b6a5978e16b1c844a1196922383ebc775fd0a164.tar.gz
Doc fix.
Diffstat (limited to 'lisp/env.el')
-rw-r--r--lisp/env.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/env.el b/lisp/env.el
index a3933f200da..acd23ef25fc 100644
--- a/lisp/env.el
+++ b/lisp/env.el
@@ -26,7 +26,7 @@
(defun setenv (variable value)
"Set the value of the environment variable named VARIABLE to VALUE.
VARIABLE and VALUE should both be strings.
-This function works by modifying process-environment."
+This function works by modifying `process-environment'."
(interactive "sSet environment variable: \nsSet %s to value: ")
(if (string-match "=" variable)
(error "Environment variable name contains `='")