Function: table-unrecognize-region
table-unrecognize-region is an autoloaded, interactive and
byte-compiled function defined in table.el.gz.
Signature
(table-unrecognize-region BEG END)
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
;;;###autoload
(defun table-unrecognize-region (beg end)
(interactive "r")
(table-recognize-region beg end -1))