aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorMarkus Rost2002-11-17 22:31:53 +0000
committerMarkus Rost2002-11-17 22:31:53 +0000
commit23179a73c30c47fd337c6294fed30f8938835ae5 (patch)
tree00bfa91cc1649cfa44be5d55ab165b64d2d62729 /lisp
parentebea495a18b62af88f0665ca472e3eaac0170dc7 (diff)
downloademacs-23179a73c30c47fd337c6294fed30f8938835ae5.tar.gz
emacs-23179a73c30c47fd337c6294fed30f8938835ae5.zip
(defgroup table-hooks): New group.
(table-cell-map-hook): Fix typo in group name.
Diffstat (limited to 'lisp')
-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."
647 :group 'paragraphs 647 :group 'paragraphs
648 :group 'fill) 648 :group 'fill)
649 649
650(defgroup table-hooks nil
651 "Hooks for table manipulation utilities"
652 :group 'table)
653
650(defcustom table-time-before-update 0.2 654(defcustom table-time-before-update 0.2
651 "*Time in seconds before updating the cell contents after typing. 655 "*Time in seconds before updating the cell contents after typing.
652Updating the cell contents on the screen takes place only after this 656Updating the cell contents on the screen takes place only after this
@@ -797,7 +801,7 @@ the cell contents dynamically."
797User can modify `table-cell-map' by adding custom functions here." 801User can modify `table-cell-map' by adding custom functions here."
798 :tag "Cell Keymap Hooks" 802 :tag "Cell Keymap Hooks"
799 :type 'hook 803 :type 'hook
800 :group 'table-hook) 804 :group 'table-hooks)
801 805
802(defcustom table-disable-incompatibility-warning nil 806(defcustom table-disable-incompatibility-warning nil
803 "*Disable compatibility warning notice. 807 "*Disable compatibility warning notice.