Add "Keywords: comm", as per net/net-utils.el, by Kevin Ryde.
[gnus] / lisp / gnus-art.el
index 826d5dc..fa13947 100644 (file)
@@ -8316,7 +8316,7 @@ For example:
   (when (and gnus-article-encrypt-protocol
             gnus-novice-user)
     (unless (gnus-y-or-n-p "Really encrypt article(s)? ")
-      (error "Encrypt aborted.")))
+      (error "Encrypt aborted")))
   (let ((func (cdr (assoc protocol gnus-article-encrypt-protocol-alist))))
     (unless func
       (error "Can't find the encrypt protocol %s" protocol))