Variable: tex-shell-abbrev-table

tex-shell-abbrev-table is a variable defined in tex-mode.el.gz.

Value

#<obarray n=1>

Documentation

Abbrev table for tex-shell.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/tex-mode.el.gz
;; The utility functions:

(define-derived-mode tex-shell shell-mode "TeX-Shell"
  (setq-local compilation-error-regexp-alist tex-error-regexp-alist)
  (compilation-shell-minor-mode t))