]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Fri, 23 May 1997 17:32:12 +0000 (17:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 23 May 1997 17:32:12 +0000 (17:32 +0000)
lisp/dirtrack.el

index e5c8eb1e9df8f8d2a148e2ec500677ac00015d4c..b37260b4b3f3a2e328bae860a7e86465cdd9940a 100644 (file)
 ;; 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 ()