diff options
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)) |