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