diff options
| author | Glenn Morris | 2009-01-16 03:19:58 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-01-16 03:19:58 +0000 |
| commit | dbc76957a9d78257d0661d36adef4afdb471f12b (patch) | |
| tree | 6339fde266ede4230a33f722bc4205e7f215a51b | |
| parent | f8026f8c83737cee10fe696248184003b92c3a84 (diff) | |
| download | emacs-dbc76957a9d78257d0661d36adef4afdb471f12b.tar.gz emacs-dbc76957a9d78257d0661d36adef4afdb471f12b.zip | |
(copyright-update): Doc fix.
| -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." | |||
| 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. |
| 194 | With prefix ARG, replace the years in the notice rather than adding | 194 | With prefix ARG, replace the years in the notice rather than adding |
| 195 | the current year after them. If necessary, and | 195 | the 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 |