aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-01-29 16:15:08 +0000
committerJuanma Barranquero2007-01-29 16:15:08 +0000
commitd7df8561119952a0e14fd17d8e514e9a4b85f869 (patch)
tree0b61fab315b38da041213478d8e2de6b5b6a8086
parent382f8b5c8f9df8c11181dcbcfa57621dfe38829e (diff)
downloademacs-d7df8561119952a0e14fd17d8e514e9a4b85f869.tar.gz
emacs-d7df8561119952a0e14fd17d8e514e9a4b85f869.zip
(sc-attrib-selection-list): Fix typo in docstring.
-rw-r--r--lisp/mail/supercite.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el
index 8d20ea7d2b2..a752f4d2980 100644
--- a/lisp/mail/supercite.el
+++ b/lisp/mail/supercite.el
@@ -422,8 +422,8 @@ Each element of this list has the following form:
422 (...))) 422 (...)))
423 423
424Where INFOKEY is a key for `sc-mail-field', REGEXP is a regular 424Where INFOKEY is a key for `sc-mail-field', REGEXP is a regular
425expression to match against the INFOKEY's value. ATTRIBUTION can be a 425expression to match against the INFOKEY's value. ATTRIBUTION can be a
426string or a list. If its a string, then it is the attribution that is 426string or a list. If it's a string, then it is the attribution that is
427selected by `sc-select-attribution'. If it is a list, it is `eval'd 427selected by `sc-select-attribution'. If it is a list, it is `eval'd
428and the return value must be a string, which is used as the selected 428and the return value must be a string, which is used as the selected
429attribution. Note that the variable `sc-preferred-attribution-list' 429attribution. Note that the variable `sc-preferred-attribution-list'