Function: help-mode-setup

help-mode-setup is an autoloaded and byte-compiled function defined in help-mode.el.gz.

This function is obsolete since 29.1.

Signature

(help-mode-setup)

Documentation

Enter Help mode in the current buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/help-mode.el.gz
;;;###autoload
(defun help-mode-setup ()
  "Enter Help mode in the current buffer."
  (declare (obsolete nil "29.1"))
  (help-mode)
  (setq buffer-read-only nil))