From: Markus Rost Date: Sun, 17 Nov 2002 22:31:53 +0000 (+0000) Subject: (defgroup table-hooks): New group. X-Git-Tag: ttn-vms-21-2-B4~12412 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=23179a73c30c47fd337c6294fed30f8938835ae5;p=emacs.git (defgroup table-hooks): New group. (table-cell-map-hook): Fix typo in group name. --- diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el index 1406089b2ed..c12c5300dac 100644 --- a/lisp/textmodes/table.el +++ b/lisp/textmodes/table.el @@ -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 @@ -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.