summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/copyright.el
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2007-09-12 21:12:21 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2007-09-12 21:12:21 +0000
commit8a1dd108781126e30960c1b6f816523d9dbb04be (patch)
tree6d57ed0c1fbffa137c51b62a0b9b2cb5fd2d0f0e /lisp/emacs-lisp/copyright.el
parent6670206ff5c4e842db71b5d456c2584741d16165 (diff)
downloademacs-8a1dd108781126e30960c1b6f816523d9dbb04be.tar.gz
(copyright-names-regexp): Doc fix: typo.
Diffstat (limited to 'lisp/emacs-lisp/copyright.el')
-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 cc392a36f04..318dcf611e3 100644
--- a/lisp/emacs-lisp/copyright.el
+++ b/lisp/emacs-lisp/copyright.el
@@ -57,7 +57,7 @@ The second \\( \\) construct must match the years."
(defcustom copyright-names-regexp ""
"Regexp matching the names which correspond to the user.
Only copyright lines where the name matches this regexp will be updated.
-This allows you to avoid adding yars to a copyright notice belonging to
+This allows you to avoid adding years to a copyright notice belonging to
someone else or to a group for which you do not work."
:group 'copyright
:type 'regexp)