Mercurial > emacs
changeset 1216:6a8704922fe8
Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 26 Sep 1992 21:15:01 +0000 |
parents | 92554bb95d51 |
children | d0b19afef0ae |
files | lisp/env.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/env.el Sat Sep 26 21:00:17 1992 +0000 +++ b/lisp/env.el Sat Sep 26 21:15:01 1992 +0000 @@ -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 `='")