Variable: Man-untabify-command-args
Man-untabify-command-args is a customizable variable defined in
man.el.gz.
Value
("-t" "-e")
Documentation
List of arguments to be passed to Man-untabify-command (which see).
Source Code
;; Defined in /usr/src/emacs/lisp/man.el.gz
(defcustom Man-untabify-command-args (list "-t" "-e")
"List of arguments to be passed to `Man-untabify-command' (which see)."
:type '(repeat string)
:group 'man)