Function: table--untabify
table--untabify is a byte-compiled function defined in table.el.gz.
Signature
(table--untabify BEG END)
Documentation
Wrapper to raw untabify.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
(defun table--untabify (beg end)
"Wrapper to raw untabify."
(untabify beg end))