aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-01-16 03:19:58 +0000
committerGlenn Morris2009-01-16 03:19:58 +0000
commitdbc76957a9d78257d0661d36adef4afdb471f12b (patch)
tree6339fde266ede4230a33f722bc4205e7f215a51b
parentf8026f8c83737cee10fe696248184003b92c3a84 (diff)
downloademacs-dbc76957a9d78257d0661d36adef4afdb471f12b.tar.gz
emacs-dbc76957a9d78257d0661d36adef4afdb471f12b.zip
(copyright-update): Doc fix.
-rw-r--r--lisp/emacs-lisp/copyright.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el
index b41376b8fc6..36864e9c49b 100644
--- a/lisp/emacs-lisp/copyright.el
+++ b/lisp/emacs-lisp/copyright.el
@@ -190,7 +190,7 @@ When this is `function', only ask when called non-interactively."
190 190
191;;;###autoload 191;;;###autoload
192(defun copyright-update (&optional arg interactivep) 192(defun copyright-update (&optional arg interactivep)
193 "Update copyright notice at beginning of buffer to indicate the current year. 193 "Update copyright notice to indicate the current year.
194With prefix ARG, replace the years in the notice rather than adding 194With prefix ARG, replace the years in the notice rather than adding
195the current year after them. If necessary, and 195the current year after them. If necessary, and
196`copyright-current-gpl-version' is set, any copying permissions 196`copyright-current-gpl-version' is set, any copying permissions