diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-11-12 13:50:55 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-11-12 13:59:58 +0100 |
commit | 42d4e24ff3f13ccbd401d93d70ecdee99b88a26d (patch) | |
tree | aeef828e8a85139d1fcebabc85b2a07bce4b2229 /lisp/env.el | |
parent | 0d0125daaeb77af5aa6091059ff6d0c1ce9f6cff (diff) | |
download | emacs-42d4e24ff3f13ccbd401d93d70ecdee99b88a26d.tar.gz emacs-42d4e24ff3f13ccbd401d93d70ecdee99b88a26d.tar.bz2 emacs-42d4e24ff3f13ccbd401d93d70ecdee99b88a26d.zip |
; Fix typos
Diffstat (limited to 'lisp/env.el')
-rw-r--r-- | lisp/env.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/env.el b/lisp/env.el index 2f7cd9d3dbb..fc48059cfd3 100644 --- a/lisp/env.el +++ b/lisp/env.el @@ -220,7 +220,7 @@ in the environment list of the selected frame." ;;;###autoload (defmacro with-environment-variables (variables &rest body) - "Set VARIABLES in the environent and execute BODY. + "Set VARIABLES in the environment and execute BODY. VARIABLES is a list of variable settings of the form (VAR VALUE), where VAR is the name of the variable (a string) and VALUE is its value (also a string). |