diff options
| author | Leo Liu | 2012-03-17 00:36:27 +0800 |
|---|---|---|
| committer | Leo Liu | 2012-03-17 00:36:27 +0800 |
| commit | e2b5bdd73a9b69b1b781defb34836f2e2f0020b3 (patch) | |
| tree | c51cfbeeed18f775fd11e72164ce8e2db68a5f8d | |
| parent | 2e492df3cdc46ce4f47aa93b548315d07616c626 (diff) | |
| download | emacs-e2b5bdd73a9b69b1b781defb34836f2e2f0020b3.tar.gz emacs-e2b5bdd73a9b69b1b781defb34836f2e2f0020b3.zip | |
* lisp/emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/emacs-lisp/copyright.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 867ca2dacde..00ea787721c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-03-16 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo. | ||
| 4 | |||
| 1 | 2012-03-16 Alan Mackenzie <acm@muc.de> | 5 | 2012-03-16 Alan Mackenzie <acm@muc.de> |
| 2 | 6 | ||
| 3 | Further optimise the handling of large macros. | 7 | Further optimise the handling of large macros. |
diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el index a77998aa6d9..09b456b54ba 100644 --- a/lisp/emacs-lisp/copyright.el +++ b/lisp/emacs-lisp/copyright.el | |||
| @@ -85,7 +85,7 @@ The second \\( \\) construct must match the years." | |||
| 85 | "Non-nil if individual consecutive years should be replaced with a range. | 85 | "Non-nil if individual consecutive years should be replaced with a range. |
| 86 | For example: 2005, 2006, 2007, 2008 might be replaced with 2005-2008. | 86 | For example: 2005, 2006, 2007, 2008 might be replaced with 2005-2008. |
| 87 | If you use ranges, you should add an explanatory note in a README file. | 87 | If you use ranges, you should add an explanatory note in a README file. |
| 88 | The function `copyright-fix-year' respects this variable." | 88 | The function `copyright-fix-years' respects this variable." |
| 89 | :group 'copyright | 89 | :group 'copyright |
| 90 | :type 'boolean | 90 | :type 'boolean |
| 91 | :version "24.1") | 91 | :version "24.1") |