diff options
| -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 |