diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-03-04 17:47:19 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-03-04 17:47:19 +0000 |
commit | 4dea1735d4fd173dd8b7a160229093e2588a1a9a (patch) | |
tree | 4dc73f1f058630220a001cb402d17ac67d6b6cd6 /lisp/shell.el | |
parent | 35da1e483043754beabd356746d68087473917fc (diff) | |
download | emacs-4dea1735d4fd173dd8b7a160229093e2588a1a9a.tar.gz emacs-4dea1735d4fd173dd8b7a160229093e2588a1a9a.tar.bz2 emacs-4dea1735d4fd173dd8b7a160229093e2588a1a9a.zip |
(shell-dirstack-query): Doc fix.
Diffstat (limited to 'lisp/shell.el')
-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 008cd93c47b..a218981256a 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -336,7 +336,7 @@ Thus, this does not include the shell's current directory.") "Keep track of last directory for ksh `cd -' command.") (defvar shell-dirstack-query nil - "Command used by `shell-resync-dir' to query the shell.") + "Command used by `shell-resync-dirs' to query the shell.") (defvar shell-mode-map nil) (cond ((not shell-mode-map) |