From 8a1dd108781126e30960c1b6f816523d9dbb04be Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 12 Sep 2007 21:12:21 +0000 Subject: [PATCH] (copyright-names-regexp): Doc fix: typo. --- lisp/ChangeLog | 4 ++++ lisp/emacs-lisp/copyright.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 70b1e55bb70..b9d112cf70d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-09-12 Jim Meyering (tiny change) + + * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo. + 2007-09-12 Dan Nicolaescu * term/xterm.el (xterm-function-map): Add bindings for M-S- and 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) -- 2.39.5