# HG changeset patch # User Juanma Barranquero # Date 1170087308 0 # Node ID 77b456d647bc37fd537675518211a8a2b9cd5024 # Parent 99dc233f3753bae486d5c0e4192b50601ee91f88 (sc-attrib-selection-list): Fix typo in docstring. diff -r 99dc233f3753 -r 77b456d647bc lisp/mail/supercite.el --- a/lisp/mail/supercite.el Mon Jan 29 16:14:13 2007 +0000 +++ b/lisp/mail/supercite.el Mon Jan 29 16:15:08 2007 +0000 @@ -422,8 +422,8 @@ (...))) Where INFOKEY is a key for `sc-mail-field', REGEXP is a regular -expression to match against the INFOKEY's value. ATTRIBUTION can be a -string or a list. If its a string, then it is the attribution that is +expression to match against the INFOKEY's value. ATTRIBUTION can be a +string or a list. If it's a string, then it is the attribution that is selected by `sc-select-attribution'. If it is a list, it is `eval'd and the return value must be a string, which is used as the selected attribution. Note that the variable `sc-preferred-attribution-list'