diff options
author | Glenn Morris <rgm@gnu.org> | 2009-01-16 03:19:58 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-01-16 03:19:58 +0000 |
commit | dbc76957a9d78257d0661d36adef4afdb471f12b (patch) | |
tree | 6339fde266ede4230a33f722bc4205e7f215a51b /lisp/emacs-lisp/copyright.el | |
parent | f8026f8c83737cee10fe696248184003b92c3a84 (diff) | |
download | emacs-dbc76957a9d78257d0661d36adef4afdb471f12b.tar.gz emacs-dbc76957a9d78257d0661d36adef4afdb471f12b.tar.bz2 emacs-dbc76957a9d78257d0661d36adef4afdb471f12b.zip |
(copyright-update): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp/copyright.el')
-rw-r--r-- | lisp/emacs-lisp/copyright.el | 2 |
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." ;;;###autoload (defun copyright-update (&optional arg interactivep) - "Update copyright notice at beginning of buffer to indicate the current year. + "Update copyright notice to indicate the current year. With prefix ARG, replace the years in the notice rather than adding the current year after them. If necessary, and `copyright-current-gpl-version' is set, any copying permissions |