Variable: table-cell-vertical-char

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

Value

124

Documentation

Character that forms table cell's vertical border line.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
(defcustom table-cell-vertical-char ?\|
  "Character that forms table cell's vertical border line."
  :tag "Cell Vertical Boundary Character"
  :type 'character
  :group 'table)