Variable: table-dest-buffer-name

table-dest-buffer-name is a customizable variable defined in table.el.gz.

Value

"table"

Documentation

Default buffer name (without a suffix) for source generation.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
(defcustom table-dest-buffer-name "table"
  "Default buffer name (without a suffix) for source generation."
  :tag "Source Buffer Name"
  :type 'string
  :group 'table)