Variable: tex-shell-cd-command

tex-shell-cd-command is a variable defined in tex-mode.el.gz.

Value

"cd"

Documentation

Command to give to shell running TeX to change directory.

The value of tex-directory is appended to this, separated by a space.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/tex-mode.el.gz
(defvar tex-shell-cd-command "cd"
  "Command to give to shell running TeX to change directory.
The value of `tex-directory' is appended to this, separated by a space.")