diff options
| -rw-r--r-- | lisp/env.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/env.el b/lisp/env.el index acd23ef25fc..721c835a187 100644 --- a/lisp/env.el +++ b/lisp/env.el | |||
| @@ -23,6 +23,7 @@ | |||
| 23 | 23 | ||
| 24 | ;;; Code: | 24 | ;;; Code: |
| 25 | 25 | ||
| 26 | ;;;###autoload | ||
| 26 | (defun setenv (variable value) | 27 | (defun setenv (variable value) |
| 27 | "Set the value of the environment variable named VARIABLE to VALUE. | 28 | "Set the value of the environment variable named VARIABLE to VALUE. |
| 28 | VARIABLE and VALUE should both be strings. | 29 | VARIABLE and VALUE should both be strings. |