Use accented form of some names
[bpt/emacs.git] / lisp / mail / uce.el
index d322cca..d45cdf4 100644 (file)
@@ -1,7 +1,6 @@
 ;;; uce.el --- facilitate reply to unsolicited commercial email
 
-;; Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-;;   2007, 2008, 2009, 2010, 2011  Free Software Foundation, Inc.
+;; Copyright (C) 1996, 1998, 2000-2013 Free Software Foundation, Inc.
 
 ;; Author: stanislav shalunov <shalunov@mccme.ru>
 ;; Created: 10 Dec 1996
@@ -64,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)
@@ -89,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.
 
@@ -376,3 +375,7 @@ You might need to set `uce-mail-reader' before using this."
 (provide 'uce)
 
 ;;; uce.el ends here
+
+;; Local Variables:
+;; coding: utf-8
+;; End: