]> git.eshelyaron.com Git - emacs.git/commitdiff
(copyright-update): Add doc-string.
authorGlenn Morris <rgm@gnu.org>
Sun, 11 Jan 2009 03:10:12 +0000 (03:10 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 11 Jan 2009 03:10:12 +0000 (03:10 +0000)
lisp/ChangeLog
lisp/emacs-lisp/copyright.el

index 35463adb7b57b756163681fdd1511df918eb90f2..e17497b64053a023ec59e8599ebee2b1587b4603 100644 (file)
@@ -11,6 +11,8 @@
        (authors-scan-el, authors-add-to-author-list, authors):
        Handle multiple authors in a file, via a new :cowrote category.
 
+       * emacs-lisp/copyright.el (copyright-update): Add doc-string.
+
 2009-01-10  Richard M Stallman  <rms@gnu.org>
 
        * mail/mail-utils.el (mail-quote-printable-region): New function.
index 85cd2b4248a1fa917529b07101b421a05ae7f97b..b41376b8fc696548580a521de3080336444d770c 100644 (file)
@@ -86,7 +86,8 @@ When this is `function', only ask when called non-interactively."
 (defconst copyright-current-gpl-version "3"
   "String representing the current version of the GPL or nil.")
 
-(defvar copyright-update t)
+(defvar copyright-update t
+  "The function `copyright-update' sets this to nil after updating a buffer.")
 
 ;; This is a defvar rather than a defconst, because the year can
 ;; change during the Emacs session.
@@ -231,6 +232,7 @@ version \\([0-9]+\\), or (at"
     nil))
 
 
+;; FIXME should be within 50 years of present (cf calendar).
 ;;;###autoload
 (defun copyright-fix-years ()
   "Convert 2 digit years to 4 digit years.