aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThien-Thi Nguyen2007-09-12 21:12:21 +0000
committerThien-Thi Nguyen2007-09-12 21:12:21 +0000
commit8a1dd108781126e30960c1b6f816523d9dbb04be (patch)
tree6d57ed0c1fbffa137c51b62a0b9b2cb5fd2d0f0e
parent6670206ff5c4e842db71b5d456c2584741d16165 (diff)
downloademacs-8a1dd108781126e30960c1b6f816523d9dbb04be.tar.gz
emacs-8a1dd108781126e30960c1b6f816523d9dbb04be.zip
(copyright-names-regexp): Doc fix: typo.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/emacs-lisp/copyright.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 70b1e55bb70..b9d112cf70d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
2
3 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
4
12007-09-12 Dan Nicolaescu <dann@ics.uci.edu> 52007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
2 6
3 * term/xterm.el (xterm-function-map): Add bindings for M-S- and 7 * 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."
57(defcustom copyright-names-regexp "" 57(defcustom copyright-names-regexp ""
58 "Regexp matching the names which correspond to the user. 58 "Regexp matching the names which correspond to the user.
59Only copyright lines where the name matches this regexp will be updated. 59Only copyright lines where the name matches this regexp will be updated.
60This allows you to avoid adding yars to a copyright notice belonging to 60This allows you to avoid adding years to a copyright notice belonging to
61someone else or to a group for which you do not work." 61someone else or to a group for which you do not work."
62 :group 'copyright 62 :group 'copyright
63 :type 'regexp) 63 :type 'regexp)