]> git.eshelyaron.com Git - emacs.git/commitdiff
(defgroup table-hooks): New group.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Sun, 17 Nov 2002 22:31:53 +0000 (22:31 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Sun, 17 Nov 2002 22:31:53 +0000 (22:31 +0000)
(table-cell-map-hook): Fix typo in group name.

lisp/textmodes/table.el

index 1406089b2ed37043d4fa15fd96d7ee157ad77a3f..c12c5300dacb9c9d4d23667982c78b10048c07f0 100644 (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.