diff options
| author | Paul Eggert | 2024-06-04 22:13:47 -0700 |
|---|---|---|
| committer | Paul Eggert | 2024-06-04 22:16:28 -0700 |
| commit | 3dcac22dd4225fdec0b97408da38f74de2a77bef (patch) | |
| tree | c79a8563efbed67aae0bba5d46b628c1e8a5b69b /lisp/eshell | |
| parent | 636461686f1d36388d4523cbb10eb7ec3bbbd63e (diff) | |
| download | emacs-3dcac22dd4225fdec0b97408da38f74de2a77bef.tar.gz emacs-3dcac22dd4225fdec0b97408da38f74de2a77bef.zip | |
Spelling fixes
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/em-script.el | 2 | ||||
| -rw-r--r-- | lisp/eshell/esh-io.el | 2 |
2 files changed, 2 insertions, 2 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. |
| 89 | If SUBCOMMAND-P is non-nil, execute this as a subcommand." | 89 | If 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 |
diff --git a/lisp/eshell/esh-io.el b/lisp/eshell/esh-io.el index c7017ee1d70..0fe177d4c60 100644 --- a/lisp/eshell/esh-io.el +++ b/lisp/eshell/esh-io.el | |||
| @@ -150,7 +150,7 @@ slot, passing the exit status of the redirected command. | |||
| 150 | If PASS-MODE is non-nil, Eshell will pass the redirection mode as an | 150 | If PASS-MODE is non-nil, Eshell will pass the redirection mode as an |
| 151 | argument (which is the symbol `overwrite', `append' or `insert') to | 151 | argument (which is the symbol `overwrite', `append' or `insert') to |
| 152 | OUTPUT-FUNCTION, which should return the real output function (either an | 152 | OUTPUT-FUNCTION, which should return the real output function (either an |
| 153 | ordinary function or `eshell-generic-target' as desribed above)." | 153 | ordinary function or `eshell-generic-target' as described above)." |
| 154 | :version "30.1" | 154 | :version "30.1" |
| 155 | :type '(repeat | 155 | :type '(repeat |
| 156 | (list (string :tag "Target") | 156 | (list (string :tag "Target") |