Mercurial > emacs
changeset 1754:71e65e9d4f86
(update-copyright): Doc fix.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Sat, 09 Jan 1993 00:01:00 +0000 |
parents | 852bc0022185 |
children | 83734c185e01 |
files | lisp/emacs-lisp/copyright.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/copyright.el Fri Jan 08 21:14:11 1993 +0000 +++ b/lisp/emacs-lisp/copyright.el Sat Jan 09 00:01:00 1993 +0000 @@ -1,6 +1,6 @@ ;;; upd-copyr.el --- update the copyright notice in a GNU Emacs Lisp file -;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc. +;;; Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc. ;; Author: Roland McGrath <roland@gnu.ai.mit.edu> ;; Keywords: maint @@ -48,7 +48,7 @@ copyright are replaced as well. If optional third argument ASK is non-nil, the user is prompted for whether -or not to update the copyright. If optional third argument ASK-YEAR is +or not to update the copyright. If optional fourth argument ASK-YEAR is non-nil, the user is prompted for whether or not to replace the year rather than adding to it." (interactive "*P")