# HG changeset patch # User Thien-Thi Nguyen # Date 1189631463 0 # Node ID 7296006076160fc6a39694dc07112207d3cea0c0 # Parent 83341575ba128fece82cee83156e108bbf0b9f43 (copyright-names-regexp): Doc fix: typo. diff -r 83341575ba12 -r 729600607616 lisp/emacs-lisp/copyright.el --- 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)