From: Glenn Morris Date: Tue, 30 Oct 2007 06:42:29 +0000 (+0000) Subject: (dirtrack-mode): Doc fix. X-Git-Tag: emacs-pretest-23.0.90~9960 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=370d40744d2680682562071d3590e21aa95bbe66;p=emacs.git (dirtrack-mode): Doc fix. --- 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)