# HG changeset patch # User Glenn Morris # Date 1193726529 0 # Node ID f6d6cf96529db46cdfc142bb5d687d9d999a8e78 # Parent 82940d0122ff5885018f413cb79bc7042c9e13a9 (dirtrack-mode): Doc fix. diff -r 82940d0122ff -r f6d6cf96529d lisp/dirtrack.el --- 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)