diff options
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/esh-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el index 5da511626c5..d0393df4153 100644 --- a/lisp/eshell/esh-mode.el +++ b/lisp/eshell/esh-mode.el | |||
| @@ -188,7 +188,7 @@ This is used by `eshell-watch-for-password-prompt'." | |||
| 188 | 188 | ||
| 189 | (defcustom eshell-skip-prompt-function nil | 189 | (defcustom eshell-skip-prompt-function nil |
| 190 | "*A function called from beginning of line to skip the prompt." | 190 | "*A function called from beginning of line to skip the prompt." |
| 191 | :type 'function | 191 | :type '(choice (const nil) function) |
| 192 | :group 'eshell-mode) | 192 | :group 'eshell-mode) |
| 193 | 193 | ||
| 194 | (defcustom eshell-status-in-modeline t | 194 | (defcustom eshell-status-in-modeline t |