diff options
Diffstat (limited to 'lisp/eshell/em-term.el')
-rw-r--r-- | lisp/eshell/em-term.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/em-term.el b/lisp/eshell/em-term.el index 36a26e9346b..06d59cfc5b5 100644 --- a/lisp/eshell/em-term.el +++ b/lisp/eshell/em-term.el @@ -150,7 +150,7 @@ behavior for short-lived processes, see bug#18108." eshell-interpreter-alist))) (defun eshell-visual-command-p (command args) - "Returns non-nil when given a visual command. + "Return non-nil when given a visual command. If either COMMAND or a subcommand in ARGS (e.g. git log) is a visual command, returns non-nil." (let ((command (file-name-nondirectory command))) |