]> code.delx.au - gnu-emacs/commitdiff
* lisp/emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
authorLeo Liu <sdl.web@gmail.com>
Fri, 16 Mar 2012 16:36:27 +0000 (00:36 +0800)
committerLeo Liu <sdl.web@gmail.com>
Fri, 16 Mar 2012 16:36:27 +0000 (00:36 +0800)
lisp/ChangeLog
lisp/emacs-lisp/copyright.el

index 867ca2dacde4c61c5a4b8a13b3cf1b2008c8c73c..00ea787721cea0f2206a16d92f45bea2eeae436a 100644 (file)
@@ -1,3 +1,7 @@
+2012-03-16  Leo Liu  <sdl.web@gmail.com>
+
+       * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
+
 2012-03-16  Alan Mackenzie  <acm@muc.de>
 
        Further optimise the handling of large macros.
index a77998aa6d948247656439e206b149892bfd7b84..09b456b54babb436ef99e02f0ced9e145afb30f1 100644 (file)
@@ -85,7 +85,7 @@ The second \\( \\) construct must match the years."
   "Non-nil if individual consecutive years should be replaced with a range.
 For example: 2005, 2006, 2007, 2008 might be replaced with 2005-2008.
 If you use ranges, you should add an explanatory note in a README file.
-The function `copyright-fix-year' respects this variable."
+The function `copyright-fix-years' respects this variable."
   :group 'copyright
   :type 'boolean
   :version "24.1")