diff options
| -rw-r--r-- | lisp/shell.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/shell.el b/lisp/shell.el index 5b3c09cb413..a751aa52e93 100644 --- a/lisp/shell.el +++ b/lisp/shell.el | |||
| @@ -266,7 +266,10 @@ into the buffer's input ring. See also `comint-magic-space' and | |||
| 266 | 266 | ||
| 267 | This variable supplies a default for `comint-input-autoexpand', | 267 | This variable supplies a default for `comint-input-autoexpand', |
| 268 | for Shell mode only." | 268 | for Shell mode only." |
| 269 | :type '(choice (const nil) (const input) (const history)) | 269 | :type '(choice (const :tag "off" nil) |
| 270 | (const input) | ||
| 271 | (const history) | ||
| 272 | (const :tag "on" t)) | ||
| 270 | :type 'shell) | 273 | :type 'shell) |
| 271 | 274 | ||
| 272 | (defvar shell-dirstack nil | 275 | (defvar shell-dirstack nil |