diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2024-05-27 10:11:15 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2024-05-27 10:11:15 +0200 |
commit | 225b426f256ba00aff7669ad18a5c85f86e22f67 (patch) | |
tree | 5453144d594bfa867b39fd965c7b41f7492b428e /lisp/simple.el | |
parent | 21b2954c90eb5b6fa1bbfeda4c5074a0bdc53ba8 (diff) | |
download | emacs-225b426f256ba00aff7669ad18a5c85f86e22f67.tar.gz emacs-225b426f256ba00aff7669ad18a5c85f86e22f67.tar.bz2 emacs-225b426f256ba00aff7669ad18a5c85f86e22f67.zip |
; Fix typos
Diffstat (limited to 'lisp/simple.el')
-rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index d91efb23363..452c2ab2a5b 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -4505,7 +4505,7 @@ a shell (with its need to quote arguments)." (dired-get-filename nil t))))) (and filename (file-relative-name filename)))) nil - ;; FIXME: the following argument is always ignored by 'shell-commnd', + ;; FIXME: the following argument is always ignored by 'shell-command', ;; when the command is invoked asynchronously, except, perhaps, when ;; 'default-directory' is remote. shell-command-default-error-buffer)) |