Mercurial > emacs
changeset 84511:729600607616
(copyright-names-regexp): Doc fix: typo.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Wed, 12 Sep 2007 21:11:03 +0000 |
parents | 83341575ba12 |
children | add5eb313df5 |
files | lisp/emacs-lisp/copyright.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/copyright.el Wed Sep 12 18:58:26 2007 +0000 +++ b/lisp/emacs-lisp/copyright.el Wed Sep 12 21:11:03 2007 +0000 @@ -57,7 +57,7 @@ (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)