changeset 76294:24e13e715a20

(shell-dirstack-query): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 04 Mar 2007 17:47:19 +0000
parents 91a6d7f7e1a7
children d84c0ae58cc7
files lisp/shell.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)