Function: tex-display-shell
tex-display-shell is a byte-compiled function defined in
tex-mode.el.gz.
Signature
(tex-display-shell)
Documentation
Make the TeX shell buffer visible in a window.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/tex-mode.el.gz
(defun tex-display-shell ()
"Make the TeX shell buffer visible in a window."
(with-suppressed-warnings ((obsolete display-tex-shell-buffer-action))
(display-buffer (tex-shell-buf) display-tex-shell-buffer-action))
(tex-recenter-output-buffer nil))