aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love1999-03-01 16:47:03 +0000
committerDave Love1999-03-01 16:47:03 +0000
commit859ce46981a1c492722e93ccd16e1a42ba6a0ec2 (patch)
tree3297dca4065f1623a3a867544a57bfe0abdf35ad
parent39787efd638454ea6ebd29c113b19df3498f7dfa (diff)
downloademacs-859ce46981a1c492722e93ccd16e1a42ba6a0ec2.tar.gz
emacs-859ce46981a1c492722e93ccd16e1a42ba6a0ec2.zip
(sc-attrib-selection-list): Fix custom type.
-rw-r--r--lisp/mail/supercite.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el
index 12d232571e1..798079a5ecc 100644
--- a/lisp/mail/supercite.el
+++ b/lisp/mail/supercite.el
@@ -419,7 +419,7 @@ and the return value must be a string, which is used as the selected
419attribution. Note that the variable `sc-preferred-attribution-list' 419attribution. Note that the variable `sc-preferred-attribution-list'
420must contain an element of the string \"sc-consult\" for this variable 420must contain an element of the string \"sc-consult\" for this variable
421to be consulted during attribution selection." 421to be consulted during attribution selection."
422 :type '(repeat (list symbol (repeat (cons regexp 422 :type '(repeat (list string (repeat (cons regexp
423 (choice (repeat (repeat sexp)) 423 (choice (repeat (repeat sexp))
424 symbol))))) 424 symbol)))))
425 :group 'supercite-attr) 425 :group 'supercite-attr)