(defgroup table-hooks): New group.
(table-cell-map-hook): Fix typo in group name.
This commit is contained in:
parent
ebea495a18
commit
23179a73c3
1 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue