diff options
Diffstat (limited to 'lisp/eshell/esh-opt.el')
-rw-r--r-- | lisp/eshell/esh-opt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-opt.el b/lisp/eshell/esh-opt.el index 4d28208b234..96d485beca1 100644 --- a/lisp/eshell/esh-opt.el +++ b/lisp/eshell/esh-opt.el @@ -180,7 +180,7 @@ This code doesn't really need to be macro expanded everywhere." (concat usage (format-message " This command is implemented in Lisp. If an unrecognized option is -passed to this command, the external version ā%sā +passed to this command, the external version `%s' will be called instead." extcmd))))) (throw 'eshell-usage usage))) |