Mercurial > emacs
changeset 85790:f6d6cf96529d
(dirtrack-mode): Doc fix.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 30 Oct 2007 06:42:09 +0000 |
parents | 82940d0122ff |
children | c7c8f3731cd6 |
files | lisp/dirtrack.el |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
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)