Mercurial > emacs
diff lisp/shell.el @ 76294:24e13e715a20
(shell-dirstack-query): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sun, 04 Mar 2007 17:47:19 +0000 |
| parents | e3694f1cb928 |
| children | 9355f9b7bbff b612fb999814 91bf6e05918b |
line wrap: on
line diff
--- a/lisp/shell.el Sun Mar 04 17:46:23 2007 +0000 +++ b/lisp/shell.el Sun Mar 04 17:47:19 2007 +0000 @@ -336,7 +336,7 @@ "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)
