From: Xue Fuqiao Date: Tue, 24 Dec 2013 06:52:10 +0000 (+0800) Subject: Fix my previous change. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~211 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0b52b61dd0061966d68d52fe0f56bb72c13a2e8c;p=emacs.git Fix my previous change. --- diff --git a/admin/admin.el b/admin/admin.el index 228a8570a77..baf18992953 100644 --- a/admin/admin.el +++ b/admin/admin.el @@ -62,7 +62,7 @@ Optional argument DATE is the release date, default today." (insert entry)))) (defun set-version-in-file (root file version rx) - "Subroutine of `set-version'." + "Subroutine of `set-version' and `set-copyright'." (find-file (expand-file-name file root)) (goto-char (point-min)) (unless (re-search-forward rx nil :noerror)