From: Richard M. Stallman Date: Sun, 4 Mar 2007 17:47:19 +0000 (+0000) Subject: (shell-dirstack-query): Doc fix. X-Git-Tag: emacs-pretest-22.0.96~289 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4dea1735d4fd173dd8b7a160229093e2588a1a9a;p=emacs.git (shell-dirstack-query): Doc fix. --- 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)