Variable: table-cell-intersection-char

table-cell-intersection-char is a customizable variable defined in table.el.gz.

Value

43

Documentation

Character that forms table cell's corner.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
(defcustom table-cell-intersection-char ?\+
  "Character that forms table cell's corner."
  :tag "Cell Intersection Character"
  :type 'character
  :group 'table)