# HG changeset patch # User Richard M. Stallman # Date 717542101 0 # Node ID 6a8704922fe825d1db67590f1cbcd272e7e5e640 # Parent 92554bb95d5155cd0fb90fde39a7af4f635020e8 Doc fix. diff -r 92554bb95d51 -r 6a8704922fe8 lisp/env.el --- 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 `='")