aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-01-29 17:03:13 +0000
committerJuanma Barranquero2007-01-29 17:03:13 +0000
commitaa819354588d927176f6dcaaea8a57136ecc6eb1 (patch)
treef6f0236ace552bda5dd0a6c082d3f75259194a24
parentd7c2974dec9b2fa2dfe65a2ace57c9b1cf35cac4 (diff)
downloademacs-aa819354588d927176f6dcaaea8a57136ecc6eb1.tar.gz
emacs-aa819354588d927176f6dcaaea8a57136ecc6eb1.zip
(gnus-button-prefer-mid-or-mail): Fix typo in docstring.
-rw-r--r--lisp/gnus/gnus-art.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el
index e757406f00d..c6ac13af6c9 100644
--- a/lisp/gnus/gnus-art.el
+++ b/lisp/gnus/gnus-art.el
@@ -6238,7 +6238,7 @@ Strings like this can be either a message ID or a mail address. If it is one
6238of the symbols `mid' or `mail', Gnus will always assume that the string is a 6238of the symbols `mid' or `mail', Gnus will always assume that the string is a
6239message ID or a mail address, respectively. If this variable is set to the 6239message ID or a mail address, respectively. If this variable is set to the
6240symbol `ask', always query the user what do do. If it is a function, this 6240symbol `ask', always query the user what do do. If it is a function, this
6241function will be called with the string as it's only argument. The function 6241function will be called with the string as its only argument. The function
6242must return `mid', `mail', `invalid' or `ask'." 6242must return `mid', `mail', `invalid' or `ask'."
6243 :version "22.1" 6243 :version "22.1"
6244 :group 'gnus-article-buttons 6244 :group 'gnus-article-buttons