diff lisp/gnus/gnus-art.el @ 75521:69ddf7e920dd

(gnus-button-prefer-mid-or-mail): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 29 Jan 2007 17:03:13 +0000
parents 22f89b72ef50
children 665998d6d5de f83d17e1ace6
line wrap: on
line diff
--- a/lisp/gnus/gnus-art.el	Mon Jan 29 17:01:33 2007 +0000
+++ b/lisp/gnus/gnus-art.el	Mon Jan 29 17:03:13 2007 +0000
@@ -6238,7 +6238,7 @@
 of the symbols `mid' or `mail', Gnus will always assume that the string is a
 message ID or a mail address, respectively.  If this variable is set to the
 symbol `ask', always query the user what do do.  If it is a function, this
-function will be called with the string as it's only argument.  The function
+function will be called with the string as its only argument.  The function
 must return `mid', `mail', `invalid' or `ask'."
   :version "22.1"
   :group 'gnus-article-buttons