diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-05-23 17:32:12 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-05-23 17:32:12 +0000 |
commit | d6ebe5be943dcec977e8d4e6f8b05aeae4c36ecf (patch) | |
tree | 38505f4d1c59f2b981b7340be4319f8a4309c5d3 /lisp/dirtrack.el | |
parent | 600856b9600eb074290eea40dbe9ca4b048d5fa5 (diff) | |
download | emacs-d6ebe5be943dcec977e8d4e6f8b05aeae4c36ecf.tar.gz |
Comment change.
Diffstat (limited to 'lisp/dirtrack.el')
-rw-r--r-- | lisp/dirtrack.el | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lisp/dirtrack.el b/lisp/dirtrack.el index e5c8eb1e9df..b37260b4b3f 100644 --- a/lisp/dirtrack.el +++ b/lisp/dirtrack.el @@ -60,13 +60,8 @@ ;; Determining this information may take some experimentation. Setting ;; the variable 'dirtrack-debug' may help; it causes the directory-tracking ;; filter to log messages to the buffer 'dirtrack-debug-buffer'. -;; -;; 3) Autoload directory tracking by adding the following to your .emacs: -;; -;; (autoload 'dirtrack "dirtrack" -;; "Directory tracking by watching the prompt") ;; -;; 4) Add a hook to shell-mode to enable the directory tracking: +;; 3) Add a hook to shell-mode to enable the directory tracking: ;; ;; (add-hook 'shell-mode-hook ;; (function (lambda () |