comparison lisp/mail/supercite.el @ 75514:77b456d647bc

(sc-attrib-selection-list): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 29 Jan 2007 16:15:08 +0000
parents e3694f1cb928
children 8e27d63c45eb f83d17e1ace6
comparison
equal deleted inserted replaced
75513:99dc233f3753 75514:77b456d647bc
420 (INFOKEY ((REGEXP . ATTRIBUTION) 420 (INFOKEY ((REGEXP . ATTRIBUTION)
421 (REGEXP . ATTRIBUTION) 421 (REGEXP . ATTRIBUTION)
422 (...))) 422 (...)))
423 423
424 Where INFOKEY is a key for `sc-mail-field', REGEXP is a regular 424 Where INFOKEY is a key for `sc-mail-field', REGEXP is a regular
425 expression to match against the INFOKEY's value. ATTRIBUTION can be a 425 expression to match against the INFOKEY's value. ATTRIBUTION can be a
426 string or a list. If its a string, then it is the attribution that is 426 string or a list. If it's a string, then it is the attribution that is
427 selected by `sc-select-attribution'. If it is a list, it is `eval'd 427 selected by `sc-select-attribution'. If it is a list, it is `eval'd
428 and the return value must be a string, which is used as the selected 428 and the return value must be a string, which is used as the selected
429 attribution. Note that the variable `sc-preferred-attribution-list' 429 attribution. Note that the variable `sc-preferred-attribution-list'
430 must contain an element of the string \"sc-consult\" for this variable 430 must contain an element of the string \"sc-consult\" for this variable
431 to be consulted during attribution selection." 431 to be consulted during attribution selection."