From 42d4e24ff3f13ccbd401d93d70ecdee99b88a26d Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 12 Nov 2021 13:50:55 +0100 Subject: ; Fix typos --- lisp/env.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/env.el') 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). -- cgit v1.2.3