diff lisp/textmodes/table.el @ 48373:4c02bb10da9a

(defgroup table-hooks): New group. (table-cell-map-hook): Fix typo in group name.
author Markus Rost <rost@math.uni-bielefeld.de>
date Sun, 17 Nov 2002 22:31:53 +0000
parents 1278169531f1
children 5ade352e8d1c
line wrap: on
line diff
--- a/lisp/textmodes/table.el	Sun Nov 17 22:26:54 2002 +0000
+++ b/lisp/textmodes/table.el	Sun Nov 17 22:31:53 2002 +0000
@@ -647,6 +647,10 @@
   :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 @@
 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.