shell-dirtrack-toggle

shell-dirtrack-toggle is an alias for `shell-dirtrack-mode' in `shell.el'.


(shell-dirtrack-toggle &optional ARG)

This function is obsolete since 23.1;
use `shell-dirtrack-mode' instead.

Toggle directory tracking in this shell buffer (Shell Dirtrack mode).
With a prefix argument ARG, enable Shell Dirtrack mode if ARG is
positive, and disable it otherwise. If called from Lisp, enable
the mode if ARG is omitted or nil.

The `dirtrack' package provides an alternative implementation of
this feature; see the function `dirtrack-mode'.