diff options
Diffstat (limited to 'lisp/shell.el')
| -rw-r--r-- | lisp/shell.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/shell.el b/lisp/shell.el index 1ed43863452..7c5ce49a967 100644 --- a/lisp/shell.el +++ b/lisp/shell.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; shell.el --- specialized comint.el for running the shell -*- lexical-binding: t -*- | 1 | ;;; shell.el --- specialized comint.el for running the shell -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1993-1997, 2000-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1988, 1993-1997, 2000-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Olin Shivers <shivers@cs.cmu.edu> | 5 | ;; Author: Olin Shivers <shivers@cs.cmu.edu> |
| 6 | ;; Simon Marshall <simon@gnu.org> | 6 | ;; Simon Marshall <simon@gnu.org> |
| @@ -471,7 +471,7 @@ to continue it. | |||
| 471 | keep this buffer's default directory the same as the shell's working directory. | 471 | keep this buffer's default directory the same as the shell's working directory. |
| 472 | While directory tracking is enabled, the shell's working directory is displayed | 472 | While directory tracking is enabled, the shell's working directory is displayed |
| 473 | by \\[list-buffers] or \\[mouse-buffer-menu] in the `File' field. | 473 | by \\[list-buffers] or \\[mouse-buffer-menu] in the `File' field. |
| 474 | \\[dirs] queries the shell and resyncs Emacs' idea of what the current | 474 | \\[dirs] queries the shell and resyncs Emacs's idea of what the current |
| 475 | directory stack is. | 475 | directory stack is. |
| 476 | \\[shell-dirtrack-mode] turns directory tracking on and off. | 476 | \\[shell-dirtrack-mode] turns directory tracking on and off. |
| 477 | \(The `dirtrack' package provides an alternative implementation of this | 477 | \(The `dirtrack' package provides an alternative implementation of this |