2007-10-30 Glenn Morris <rgm@gnu.org>
+ * dirtrack.el (dirtrack-mode): Doc fix.
+ * shell.el (shell-dirtrack-verbose, shell-mode)
+ (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
+
* emacs-lisp/bytecomp.el (byte-compile-disable-warning)
(byte-compile-enable-warning): Doc fix.
;;;###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)