diff lisp/dirtrack.el @ 85790:f6d6cf96529d

(dirtrack-mode): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Tue, 30 Oct 2007 06:42:09 +0000
parents 0600735b5f64
children 107ccd98fa12 880960b70474
line wrap: on
line diff
--- a/lisp/dirtrack.el	Tue Oct 30 06:39:10 2007 +0000
+++ b/lisp/dirtrack.el	Tue Oct 30 06:42:09 2007 +0000
@@ -194,7 +194,11 @@
 ;;;###autoload
 (define-minor-mode dirtrack-mode
   "Enable or disable Dirtrack directory tracking in a shell buffer.
-This provides an alternative to `shell-dirtrack-mode'."
+This method requires that your shell prompt contain the full
+current working directory at all times, and that `dirtrack-list'
+is set to match the prompt.  This is an alternative to
+`shell-dirtrack-mode', which works differently, by tracking `cd'
+and similar commands which change the shell working directory."
   nil nil nil
   (if dirtrack-mode
       (add-hook 'comint-preoutput-filter-functions 'dirtrack nil t)