summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorLeo Liu <sdl.web@gmail.com>2012-03-17 00:36:27 +0800
committerLeo Liu <sdl.web@gmail.com>2012-03-17 00:36:27 +0800
commite2b5bdd73a9b69b1b781defb34836f2e2f0020b3 (patch)
treec51cfbeeed18f775fd11e72164ce8e2db68a5f8d /lisp/emacs-lisp
parent2e492df3cdc46ce4f47aa93b548315d07616c626 (diff)
downloademacs-e2b5bdd73a9b69b1b781defb34836f2e2f0020b3.tar.gz
emacs-e2b5bdd73a9b69b1b781defb34836f2e2f0020b3.tar.bz2
emacs-e2b5bdd73a9b69b1b781defb34836f2e2f0020b3.zip
* lisp/emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/copyright.el2
1 files changed, 1 insertions, 1 deletions
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."
"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")