Function: whitespace-space-after-tab-regexp
whitespace-space-after-tab-regexp is a byte-compiled function defined
in whitespace.el.gz.
Signature
(whitespace-space-after-tab-regexp &optional KIND)
Documentation
Return the space-after-tab regexp depending on indent-tabs-mode(var)/indent-tabs-mode(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/whitespace.el.gz
(defun whitespace-space-after-tab-regexp (&optional kind)
"Return the space-after-tab regexp depending on `indent-tabs-mode'."
(whitespace-regexp whitespace-space-after-tab-regexp kind))