diff lisp/gnus/message.el @ 63398:2f37f6737221

(message-is-yours-p): Fix quoting.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 14 Jun 2005 11:23:09 +0000
parents 0d1a48b1ca68
children 53e7abe8917f a1b34dec1104
line wrap: on
line diff
--- a/lisp/gnus/message.el	Tue Jun 14 11:11:31 2005 +0000
+++ b/lisp/gnus/message.el	Tue Jun 14 11:23:09 2005 +0000
@@ -5912,9 +5912,9 @@
 
 (defun message-is-yours-p ()
   "Non-nil means current article is yours.
-If you have added 'cancel-messages to 'message-shoot-gnksa-feet', all articles
+If you have added 'cancel-messages to `message-shoot-gnksa-feet', all articles
 are yours except those that have Cancel-Lock header not belonging to you.
-Instead of shooting GNKSA feet, you should modify 'message-alternative-emails'
+Instead of shooting GNKSA feet, you should modify `message-alternative-emails'
 regexp to match all of yours addresses."
   ;; Canlock-logic as suggested by Per Abrahamsen
   ;; <abraham@dina.kvl.dk>