emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107616: * lisp/emacs-lisp/copyright.


From: Leo Liu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107616: * lisp/emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
Date: Sat, 17 Mar 2012 00:36:27 +0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107616
committer: Leo Liu <address@hidden>
branch nick: trunk
timestamp: Sat 2012-03-17 00:36:27 +0800
message:
  * lisp/emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
modified:
  lisp/ChangeLog
  lisp/emacs-lisp/copyright.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-03-16 14:10:54 +0000
+++ b/lisp/ChangeLog    2012-03-16 16:36:27 +0000
@@ -1,3 +1,7 @@
+2012-03-16  Leo Liu  <address@hidden>
+
+       * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
+
 2012-03-16  Alan Mackenzie  <address@hidden>
 
        Further optimise the handling of large macros.

=== modified file 'lisp/emacs-lisp/copyright.el'
--- a/lisp/emacs-lisp/copyright.el      2012-01-19 07:21:25 +0000
+++ b/lisp/emacs-lisp/copyright.el      2012-03-16 16:36:27 +0000
@@ -85,7 +85,7 @@
   "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")


reply via email to

[Prev in Thread] Current Thread [Next in Thread]