Function: TeX-goto-info-page
TeX-goto-info-page is an interactive and byte-compiled function
defined in tex.el.
Signature
(TeX-goto-info-page)
Documentation
Read documentation for AUCTeX in the info system.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defun TeX-goto-info-page ()
"Read documentation for AUCTeX in the info system."
(interactive)
(info "auctex"))