From 370d40744d2680682562071d3590e21aa95bbe66 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 30 Oct 2007 06:42:29 +0000 Subject: [PATCH] (dirtrack-mode): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/dirtrack.el | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 200c3776cfa..b0c98ddb290 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -27,6 +27,10 @@ 2007-10-30 Glenn Morris + * 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. 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) -- 2.39.2