diff options
| -rw-r--r-- | lisp/shell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/shell.el b/lisp/shell.el index a751aa52e93..78eeb479300 100644 --- a/lisp/shell.el +++ b/lisp/shell.el | |||
| @@ -270,7 +270,7 @@ for Shell mode only." | |||
| 270 | (const input) | 270 | (const input) |
| 271 | (const history) | 271 | (const history) |
| 272 | (const :tag "on" t)) | 272 | (const :tag "on" t)) |
| 273 | :type 'shell) | 273 | :group 'shell) |
| 274 | 274 | ||
| 275 | (defvar shell-dirstack nil | 275 | (defvar shell-dirstack nil |
| 276 | "List of directories saved by pushd in this buffer's shell. | 276 | "List of directories saved by pushd in this buffer's shell. |