(defgroup table-hooks): New group.

(table-cell-map-hook): Fix typo in group name.
This commit is contained in:
Markus Rost 2002-11-17 22:31:53 +00:00
parent ebea495a18
commit 23179a73c3

View 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
@ -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.