* lisp/emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
This commit is contained in:
parent
2e492df3cd
commit
e2b5bdd73a
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue