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:
parent
334cc3b71b
commit
6f0984e52c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user