+2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
+
+ * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
+
2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
* term/xterm.el (xterm-function-map): Add bindings for M-S- and
(defcustom copyright-names-regexp ""
"Regexp matching the names which correspond to the user.
Only copyright lines where the name matches this regexp will be updated.
-This allows you to avoid adding yars to a copyright notice belonging to
+This allows you to avoid adding years to a copyright notice belonging to
someone else or to a group for which you do not work."
:group 'copyright
:type 'regexp)