]> git.eshelyaron.com Git - emacs.git/commitdiff
(message-is-yours-p): Fix quoting.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 14 Jun 2005 11:23:09 +0000 (11:23 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 14 Jun 2005 11:23:09 +0000 (11:23 +0000)
lisp/gnus/message.el

index eaac4e390a9c87d9efeac755185ff6cf2507fbe6..b65eec7ec12f97cd88bc1898d77c7a1c748c3e75 100644 (file)
@@ -5912,9 +5912,9 @@ want to get rid of this query permanently."))
 
 (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>