]> code.delx.au - gnu-emacs/blobdiff - lisp/textmodes/table.el
Add new maintainer (deego).
[gnu-emacs] / lisp / textmodes / table.el
index 3390795bcebf1a198cc84d2541186b423af61f01..c12c5300dacb9c9d4d23667982c78b10048c07f0 100644 (file)
@@ -647,6 +647,10 @@ See `table-insert' for examples about how to use."
   :group 'paragraphs
   :group 'fill)
 
+(defgroup table-hooks nil
+  "Hooks for table manipulation utilities"
+  :group 'table)
+
 (defcustom table-time-before-update 0.2
   "*Time in seconds before updating the cell contents after typing.
 Updating the cell contents on the screen takes place only after this
@@ -672,7 +676,7 @@ height."
 
 (defcustom table-command-prefix [(control c) (control c)]
   "*Key sequence to be used as prefix for table command key bindings."
-  :type '((vector (list symbol) symbol))
+  :type '(vector (repeat :inline t sexp))
   :tag "Table Command Prefix"
   :group 'table)
 
@@ -797,7 +801,7 @@ the cell contents dynamically."
 User can modify `table-cell-map' by adding custom functions here."
   :tag "Cell Keymap Hooks"
   :type 'hook
-  :group 'table-hook)
+  :group 'table-hooks)
 
 (defcustom table-disable-incompatibility-warning nil
   "*Disable compatibility warning notice.