From 23179a73c30c47fd337c6294fed30f8938835ae5 Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Sun, 17 Nov 2002 22:31:53 +0000 Subject: [PATCH] (defgroup table-hooks): New group. (table-cell-map-hook): Fix typo in group name. --- lisp/textmodes/table.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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. -- 2.39.2