]> git.eshelyaron.com Git - emacs.git/commitdiff
(copyright-names-regexp): Doc fix: typo.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Wed, 12 Sep 2007 21:12:21 +0000 (21:12 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Wed, 12 Sep 2007 21:12:21 +0000 (21:12 +0000)
lisp/ChangeLog
lisp/emacs-lisp/copyright.el

index 70b1e55bb70dbe5995104e1558767e54b7441aa2..b9d112cf70dd49d10e6351ef30a0df671fd03592 100644 (file)
@@ -1,3 +1,7 @@
+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
index cc392a36f04b15c01e5b214eb286ac7a3bf3d23c..318dcf611e33b393f86b4844069a996fca8c976c 100644 (file)
@@ -57,7 +57,7 @@ The second \\( \\) construct must match the years."
 (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)