]> code.delx.au - gnu-emacs/blobdiff - lisp/mail/uce.el
Update copyright year to 2016
[gnu-emacs] / lisp / mail / uce.el
index f1bd98af29737d346826c40d2bb4113495ceb769..ccbb441425ef0357c4a1971e167bb75e45e08129 100644 (file)
@@ -1,6 +1,6 @@
 ;;; uce.el --- facilitate reply to unsolicited commercial email
 
-;; Copyright (C) 1996, 1998, 2000-201 Free Software Foundation, Inc.
+;; Copyright (C) 1996, 1998, 2000-2016 Free Software Foundation, Inc.
 
 ;; Author: stanislav shalunov <shalunov@mccme.ru>
 ;; Created: 10 Dec 1996
@@ -63,7 +63,7 @@
 ;; Usage:
 
 ;; Place uce.el in your load-path (and optionally byte-compile it).
-;; Add the following line to your ~/.emacs:
+;; Add the following line to your init file:
 ;; (autoload 'uce-reply-to-uce "uce" "Reply to UCEs" t nil)
 ;; If you want to use it with Gnus rather than Rmail:
 ;; (setq uce-mail-reader 'gnus)
@@ -88,7 +88,7 @@
 
 ;; Dec 10, 1996 -- posted draft version to gnu.sources.emacs
 
-;; Dec 11, 1996 -- fixed some typos, and Francesco Potorti`
+;; Dec 11, 1996 -- fixed some typos, and Francesco Potortì
 ;; <F.Potorti@cnuce.cnr.it> pointed out that my use of defvar was
 ;; weird, suggested fix, and added let form.
 
@@ -279,7 +279,7 @@ You might need to set `uce-mail-reader' before using this."
        (goto-char (point-min)))
       ;; Now find the mail hub that first accepted this message.
       ;; This should try to find the last Received: header.
-      ;; Sometimes there may be other headers inbetween Received: headers.
+      ;; Sometimes there may be other headers in between Received: headers.
       (cond ((eq uce-mail-reader 'gnus)
             ;; Does Gnus always have Lines: in the end?
             (re-search-forward "^Lines:")