summaryrefslogtreecommitdiff
path: root/lisp/dirtrack.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-10-30 06:42:29 +0000
committerGlenn Morris <rgm@gnu.org>2007-10-30 06:42:29 +0000
commit370d40744d2680682562071d3590e21aa95bbe66 (patch)
treefadf60c44c4132b925032c485031389c72b7cf73 /lisp/dirtrack.el
parentdb8446b8bd9b28970bd7f087d82982910a5b1c7e (diff)
downloademacs-370d40744d2680682562071d3590e21aa95bbe66.tar.gz
(dirtrack-mode): Doc fix.
Diffstat (limited to 'lisp/dirtrack.el')
-rw-r--r--lisp/dirtrack.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/dirtrack.el b/lisp/dirtrack.el
index 8ca33b340a1..86e64eeb453 100644
--- a/lisp/dirtrack.el
+++ b/lisp/dirtrack.el
@@ -194,7 +194,11 @@ and ends with a forward slash."
;;;###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)