changeset 63398:2f37f6737221

(message-is-yours-p): Fix quoting.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 14 Jun 2005 11:23:09 +0000
parents 22fc0a17eae6
children 9452fd6cf27f
files lisp/gnus/message.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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>