Mercurial > emacs
changeset 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 | dedfe509d0ca |
children | a6f9803f174f |
files | lisp/textmodes/table.el |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
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.