diff options
| author | Markus Rost | 2002-11-17 22:31:53 +0000 |
|---|---|---|
| committer | Markus Rost | 2002-11-17 22:31:53 +0000 |
| commit | 23179a73c30c47fd337c6294fed30f8938835ae5 (patch) | |
| tree | 00bfa91cc1649cfa44be5d55ab165b64d2d62729 /lisp | |
| parent | ebea495a18b62af88f0665ca472e3eaac0170dc7 (diff) | |
| download | emacs-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.el | 6 |
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. |
| 652 | Updating the cell contents on the screen takes place only after this | 656 | Updating the cell contents on the screen takes place only after this |
| @@ -797,7 +801,7 @@ the cell contents dynamically." | |||
| 797 | User can modify `table-cell-map' by adding custom functions here." | 801 | User 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. |