aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell/em-script.el
diff options
context:
space:
mode:
authorPaul Eggert2024-06-04 22:13:47 -0700
committerPaul Eggert2024-06-04 22:16:28 -0700
commit3dcac22dd4225fdec0b97408da38f74de2a77bef (patch)
treec79a8563efbed67aae0bba5d46b628c1e8a5b69b /lisp/eshell/em-script.el
parent636461686f1d36388d4523cbb10eb7ec3bbbd63e (diff)
downloademacs-3dcac22dd4225fdec0b97408da38f74de2a77bef.tar.gz
emacs-3dcac22dd4225fdec0b97408da38f74de2a77bef.zip
Spelling fixes
Diffstat (limited to 'lisp/eshell/em-script.el')
-rw-r--r--lisp/eshell/em-script.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/em-script.el b/lisp/eshell/em-script.el
index 6e2ca7ca781..88dad840eaa 100644
--- a/lisp/eshell/em-script.el
+++ b/lisp/eshell/em-script.el
@@ -85,7 +85,7 @@ This includes when running `eshell-command'."
85 t)))) 85 t))))
86 86
87(defun eshell--source-file (file &optional args subcommand-p) 87(defun eshell--source-file (file &optional args subcommand-p)
88 "Return a Lisp form for executig the Eshell commands in FILE, passing ARGS. 88 "Return a Lisp form for executing the Eshell commands in FILE, passing ARGS.
89If SUBCOMMAND-P is non-nil, execute this as a subcommand." 89If SUBCOMMAND-P is non-nil, execute this as a subcommand."
90 (let ((cmd (eshell-parse-command `(:file . ,file)))) 90 (let ((cmd (eshell-parse-command `(:file . ,file))))
91 (when subcommand-p 91 (when subcommand-p