diff options
| -rw-r--r-- | lisp/emacs-lisp/copyright.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el index 95e76493835..86056f0856a 100644 --- a/lisp/emacs-lisp/copyright.el +++ b/lisp/emacs-lisp/copyright.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; upd-copyr.el --- update the copyright notice in a GNU Emacs Lisp file | 1 | ;;; upd-copyr.el --- update the copyright notice in a GNU Emacs Lisp file |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Roland McGrath <roland@gnu.ai.mit.edu> | 5 | ;; Author: Roland McGrath <roland@gnu.ai.mit.edu> |
| 6 | ;; Keywords: maint | 6 | ;; Keywords: maint |
| @@ -48,7 +48,7 @@ If `replace-copying-with' is set, the copying permissions following the | |||
| 48 | copyright are replaced as well. | 48 | copyright are replaced as well. |
| 49 | 49 | ||
| 50 | If optional third argument ASK is non-nil, the user is prompted for whether | 50 | If optional third argument ASK is non-nil, the user is prompted for whether |
| 51 | or not to update the copyright. If optional third argument ASK-YEAR is | 51 | or not to update the copyright. If optional fourth argument ASK-YEAR is |
| 52 | non-nil, the user is prompted for whether or not to replace the year rather | 52 | non-nil, the user is prompted for whether or not to replace the year rather |
| 53 | than adding to it." | 53 | than adding to it." |
| 54 | (interactive "*P") | 54 | (interactive "*P") |