aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorMarkus Rost2002-09-05 18:42:13 +0000
committerMarkus Rost2002-09-05 18:42:13 +0000
commit790f437cec1cc5002006ca352f6d791328919a40 (patch)
tree7c85103cc1d9cdfa5b87a118128cab298d977deb /lisp/textmodes
parent069352e247986f6251b2c6046782fb903964c698 (diff)
downloademacs-790f437cec1cc5002006ca352f6d791328919a40.tar.gz
emacs-790f437cec1cc5002006ca352f6d791328919a40.zip
(table-command-prefix): Fix type.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/table.el2
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