Function: tex-cmd-doc-view
tex-cmd-doc-view is a byte-compiled function defined in
tex-mode.el.gz.
Signature
(tex-cmd-doc-view FILE)
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/tex-mode.el.gz
(defun tex-cmd-doc-view (file)
(pop-to-buffer (find-file-noselect file)))