"Current item in or for `apropos-accumulator'.")
\f
;;;###autoload
-(defun apropos-mode ()
+(define-derived-mode apropos-mode fundamental-mode "Apropos"
"Major mode for following hyperlinks in output of apropos commands.
-\\{apropos-mode-map}"
- (interactive)
- (kill-all-local-variables)
- (use-local-map apropos-mode-map)
- (setq major-mode 'apropos-mode
- mode-name "Apropos")
- (run-hooks 'apropos-mode-hook))
+\\{apropos-mode-map}")
;;;###autoload
(defun apropos-variable (regexp &optional do-all)