Function: view-help-file

view-help-file is a byte-compiled function defined in help.el.gz.

Signature

(view-help-file FILE &optional DIR)

Source Code

;; Defined in /usr/src/emacs/lisp/help.el.gz
;;; `User' help functions

(defun view-help-file (file &optional dir)
  (view-file (expand-file-name file (or dir data-directory)))
  (goto-address-mode 1)
  (goto-char (point-min)))