Function: table--cell-horizontal-char-p
table--cell-horizontal-char-p is a byte-compiled function defined in
table.el.gz.
Signature
(table--cell-horizontal-char-p C)
Documentation
Test if character C is one of the horizontal characters.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
(defun table--cell-horizontal-char-p (c)
"Test if character C is one of the horizontal characters."
(memq c (string-to-list table-cell-horizontal-chars)))