mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-11 16:08:13 +00:00
(copyright-names-regexp): Doc fix: typo.
This commit is contained in:
parent
6670206ff5
commit
8a1dd10878
@ -1,3 +1,7 @@
|
||||
2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
|
||||
|
||||
* emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
|
||||
|
||||
2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* term/xterm.el (xterm-function-map): Add bindings for M-S- and
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user