diff options
| author | Richard M. Stallman | 1997-05-23 17:32:12 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-05-23 17:32:12 +0000 |
| commit | 83897674fc087fb5ffef9368144e3b67e4cee037 (patch) | |
| tree | c18c8c0bfa45239f59e2bd9efd3001961840d0e9 | |
| parent | c1bb59cab27d650e7dabd01d1feb3cdce602bd32 (diff) | |
| download | emacs-83897674fc087fb5ffef9368144e3b67e4cee037.tar.gz emacs-83897674fc087fb5ffef9368144e3b67e4cee037.zip | |
Comment change.
| -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 @@ | |||
| 60 | ;; Determining this information may take some experimentation. Setting | 60 | ;; Determining this information may take some experimentation. Setting |
| 61 | ;; the variable 'dirtrack-debug' may help; it causes the directory-tracking | 61 | ;; the variable 'dirtrack-debug' may help; it causes the directory-tracking |
| 62 | ;; filter to log messages to the buffer 'dirtrack-debug-buffer'. | 62 | ;; filter to log messages to the buffer 'dirtrack-debug-buffer'. |
| 63 | ;; | ||
| 64 | ;; 3) Autoload directory tracking by adding the following to your .emacs: | ||
| 65 | ;; | ||
| 66 | ;; (autoload 'dirtrack "dirtrack" | ||
| 67 | ;; "Directory tracking by watching the prompt") | ||
| 68 | ;; | 63 | ;; |
| 69 | ;; 4) Add a hook to shell-mode to enable the directory tracking: | 64 | ;; 3) Add a hook to shell-mode to enable the directory tracking: |
| 70 | ;; | 65 | ;; |
| 71 | ;; (add-hook 'shell-mode-hook | 66 | ;; (add-hook 'shell-mode-hook |
| 72 | ;; (function (lambda () | 67 | ;; (function (lambda () |