Variable: table-html-delegate-spacing-to-user-agent

table-html-delegate-spacing-to-user-agent is a customizable variable defined in table.el.gz.

Value

nil

Documentation

Non-nil delegates cell contents spacing entirely to user agent.

Otherwise, when nil, it preserves the original spacing and line breaks.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
(defcustom table-html-delegate-spacing-to-user-agent nil
  "Non-nil delegates cell contents spacing entirely to user agent.
Otherwise, when nil, it preserves the original spacing and line breaks."
  :tag "HTML delegate spacing"
  :type 'boolean
  :group 'table)