1
0
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:
Dave Love 2001-02-07 23:59:40 +00:00
parent fc31a1c3e1
commit 6a44f20fb5

View File

@ -188,7 +188,7 @@ This is used by `eshell-watch-for-password-prompt'."
(defcustom eshell-skip-prompt-function nil
"*A function called from beginning of line to skip the prompt."
:type 'function
:type '(choice (const nil) function)
:group 'eshell-mode)
(defcustom eshell-status-in-modeline t