diff options
| author | Markus Rost | 2002-09-05 18:42:13 +0000 |
|---|---|---|
| committer | Markus Rost | 2002-09-05 18:42:13 +0000 |
| commit | 790f437cec1cc5002006ca352f6d791328919a40 (patch) | |
| tree | 7c85103cc1d9cdfa5b87a118128cab298d977deb /lisp/textmodes | |
| parent | 069352e247986f6251b2c6046782fb903964c698 (diff) | |
| download | emacs-790f437cec1cc5002006ca352f6d791328919a40.tar.gz emacs-790f437cec1cc5002006ca352f6d791328919a40.zip | |
(table-command-prefix): Fix type.
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/table.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el index 3390795bceb..1406089b2ed 100644 --- a/lisp/textmodes/table.el +++ b/lisp/textmodes/table.el | |||
| @@ -672,7 +672,7 @@ height." | |||
| 672 | 672 | ||
| 673 | (defcustom table-command-prefix [(control c) (control c)] | 673 | (defcustom table-command-prefix [(control c) (control c)] |
| 674 | "*Key sequence to be used as prefix for table command key bindings." | 674 | "*Key sequence to be used as prefix for table command key bindings." |
| 675 | :type '((vector (list symbol) symbol)) | 675 | :type '(vector (repeat :inline t sexp)) |
| 676 | :tag "Table Command Prefix" | 676 | :tag "Table Command Prefix" |
| 677 | :group 'table) | 677 | :group 'table) |
| 678 | 678 | ||