summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-15 16:12:49 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-15 16:12:49 -0700
commit3290e1aea3bdec43576e6cf56ff821e2ba5ed08d (patch)
tree585d7adf57677480e782cf742ac609ba36e3c147 /bin
parent0c51c811d252f2176cb359f7c55dd716bc520756 (diff)
downloaddotfiles-3290e1aea3bdec43576e6cf56ff821e2ba5ed08d.tar.gz
comment
Diffstat (limited to 'bin')
-rwxr-xr-xbin/update-emacs-daemon-environment2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update-emacs-daemon-environment b/bin/update-emacs-daemon-environment
index c36586c9..8b956ec0 100755
--- a/bin/update-emacs-daemon-environment
+++ b/bin/update-emacs-daemon-environment
@@ -25,5 +25,5 @@ for var in DISPLAY \
done
# finally, also call a function which now updates the values in Eshells and
-# our Lisp image from Emacs' values
+# our (Common) Lisp image(s) from Emacs' values
emacsclient -eval '(spw/propagate-new-environment)'