Variable: table-command-prefix

table-command-prefix is a customizable variable defined in table.el.gz.

Value

[(control c) (control c)]

Documentation

Key sequence to be used as prefix for table command key bindings.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
(defcustom table-command-prefix [(control c) (control c)]
  "Key sequence to be used as prefix for table command key bindings."
  :type '(vector (repeat :inline t sexp))
  :tag "Table Command Prefix"
  :group 'table)