mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(eshell-skip-prompt-function): Fix :type.
This commit is contained in:
parent
fc31a1c3e1
commit
6a44f20fb5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue