Mercurial > emacs
diff lisp/shell.el @ 23274:0c30ca946dba
(shell-input-autoexpand): Fix customize type.
| author | Andreas Schwab <schwab@suse.de> |
|---|---|
| date | Fri, 18 Sep 1998 09:20:28 +0000 |
| parents | 3b050c4bee18 |
| children | 2046e6b0bc8e |
line wrap: on
line diff
--- a/lisp/shell.el Fri Sep 18 09:19:47 1998 +0000 +++ b/lisp/shell.el Fri Sep 18 09:20:28 1998 +0000 @@ -266,7 +266,10 @@ This variable supplies a default for `comint-input-autoexpand', for Shell mode only." - :type '(choice (const nil) (const input) (const history)) + :type '(choice (const :tag "off" nil) + (const input) + (const history) + (const :tag "on" t)) :type 'shell) (defvar shell-dirstack nil
