1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(shell-input-autoexpand): Fix customize type.

This commit is contained in:
Andreas Schwab 1998-09-18 09:20:28 +00:00
parent 334cc3b71b
commit 6f0984e52c

View File

@ -266,7 +266,10 @@ into the buffer's input ring. See also `comint-magic-space' and
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