aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/shell.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/shell.el')
-rw-r--r--lisp/shell.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/shell.el b/lisp/shell.el
index c5e5cbbee7e..ea7f0beebb0 100644
--- a/lisp/shell.el
+++ b/lisp/shell.el
@@ -264,7 +264,9 @@ see the function `dirtrack-mode'."
264 :group 'shell-directories) 264 :group 'shell-directories)
265 265
266(defcustom explicit-shell-file-name nil 266(defcustom explicit-shell-file-name nil
267 "If non-nil, is file name to use for explicitly requested inferior shell." 267 "If non-nil, is file name to use for explicitly requested inferior shell.
268When nil, such interactive shell sessions fallback to using either
269the shell specified in $ESHELL or in `shell-file-name'."
268 :type '(choice (const :tag "None" nil) file) 270 :type '(choice (const :tag "None" nil) file)
269 :group 'shell) 271 :group 'shell)
270 272