diff options
| author | Dave Love | 1999-03-01 16:47:03 +0000 |
|---|---|---|
| committer | Dave Love | 1999-03-01 16:47:03 +0000 |
| commit | 859ce46981a1c492722e93ccd16e1a42ba6a0ec2 (patch) | |
| tree | 3297dca4065f1623a3a867544a57bfe0abdf35ad | |
| parent | 39787efd638454ea6ebd29c113b19df3498f7dfa (diff) | |
| download | emacs-859ce46981a1c492722e93ccd16e1a42ba6a0ec2.tar.gz emacs-859ce46981a1c492722e93ccd16e1a42ba6a0ec2.zip | |
(sc-attrib-selection-list): Fix custom type.
| -rw-r--r-- | lisp/mail/supercite.el | 2 |
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 | |||
| 419 | attribution. Note that the variable `sc-preferred-attribution-list' | 419 | attribution. Note that the variable `sc-preferred-attribution-list' |
| 420 | must contain an element of the string \"sc-consult\" for this variable | 420 | must contain an element of the string \"sc-consult\" for this variable |
| 421 | to be consulted during attribution selection." | 421 | to 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) |