mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
(eshell-skip-prompt-function): Fix :type.
This commit is contained in:
parent
fc31a1c3e1
commit
6a44f20fb5
@ -188,7 +188,7 @@ This is used by `eshell-watch-for-password-prompt'."
|
|||||||
|
|
||||||
(defcustom eshell-skip-prompt-function nil
|
(defcustom eshell-skip-prompt-function nil
|
||||||
"*A function called from beginning of line to skip the prompt."
|
"*A function called from beginning of line to skip the prompt."
|
||||||
:type 'function
|
:type '(choice (const nil) function)
|
||||||
:group 'eshell-mode)
|
:group 'eshell-mode)
|
||||||
|
|
||||||
(defcustom eshell-status-in-modeline t
|
(defcustom eshell-status-in-modeline t
|
||||||
|
Loading…
Reference in New Issue
Block a user