summaryrefslogtreecommitdiff
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorMarkus Rost <rost@math.uni-bielefeld.de>2002-11-17 22:31:53 +0000
committerMarkus Rost <rost@math.uni-bielefeld.de>2002-11-17 22:31:53 +0000
commit23179a73c30c47fd337c6294fed30f8938835ae5 (patch)
tree00bfa91cc1649cfa44be5d55ab165b64d2d62729 /lisp/textmodes
parentebea495a18b62af88f0665ca472e3eaac0170dc7 (diff)
downloademacs-23179a73c30c47fd337c6294fed30f8938835ae5.tar.gz
(defgroup table-hooks): New group.
(table-cell-map-hook): Fix typo in group name.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/table.el6
1 files changed, 5 insertions, 1 deletions
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.