These functions are already autoloaded.
* lisp/mail/mspools.el:
* lisp/progmodes/opascal.el:
* lisp/textmodes/remember.el:
* lisp/woman.el: Remove superfluous installation instructions.
;; `mspools-using-vm' for details.
;;; Basic installation.
-;; (autoload 'mspools-show "mspools" "Show outstanding mail spools." t)
;; (setq mspools-folder-directory "~/MAIL/")
;;
;; If you use VM, mspools-folder-directory will default to vm-folder-directory
;; .pas (and .dpr and .dpk) files. Emacs, by default, will otherwise
;; enter Pascal mode. For example:
;;
-;; (autoload 'opascal-mode "opascal")
;; (add-to-list 'auto-mode-alist
;; '("\\.\\(pas\\|dpr\\|dpk\\)\\'" . opascal-mode))
;; To map the primary remember function to the keystroke F8, do the
;; following.
;;
-;; (autoload 'remember "remember" nil t)
-;;
;; (define-key global-map [f8] 'remember)
;;
;; * Feedback
;; for temporary files outside the standard UN*X manual directory
;; structure.
-;; Or (3): Put the next two sexpr's in your .emacs:
-;; (autoload 'woman-dired-find-file "woman"
-;; "In dired, run the WoMan man-page browser on this file." t)
+;; Or (3): Put this in your init file:
;; (add-hook 'dired-mode-hook
;; (lambda ()
;; (define-key dired-mode-map "W" 'woman-dired-find-file)))