summaryrefslogtreecommitdiff
path: root/lisp/env.el
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2022-07-02 12:01:18 +0200
committerMattias EngdegÄrd <mattiase@acm.org>2022-07-02 13:32:41 +0200
commit8d68760ddee3690b4312fdb5d85210cb21b4eb7d (patch)
tree9332368efe35507bd11da1a743628871fc983e0a /lisp/env.el
parentc5aec9b10d709b91a0188b705b653bd2a59fff2d (diff)
downloademacs-8d68760ddee3690b4312fdb5d85210cb21b4eb7d.tar.gz
; Fix typos.
Diffstat (limited to 'lisp/env.el')
-rw-r--r--lisp/env.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/env.el b/lisp/env.el
index a630bf120f8..a35383a13b1 100644
--- a/lisp/env.el
+++ b/lisp/env.el
@@ -225,7 +225,7 @@ 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).
-The previous values will be be restored upon exit."
+The previous values will be restored upon exit."
(declare (indent 1) (debug (sexp body)))
(unless (consp variables)
(error "Invalid VARIABLES: %s" variables))