]> git.eshelyaron.com Git - emacs.git/commitdiff
(shell-dirstack-query): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 4 Mar 2007 17:47:19 +0000 (17:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 4 Mar 2007 17:47:19 +0000 (17:47 +0000)
lisp/shell.el

index 008cd93c47bed1cf98fc995cf65b1b260eba130e..a218981256afaaf03815ec986c7b85a16f3adf1e 100644 (file)
@@ -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)