diff options
author | Roland McGrath <roland@gnu.org> | 1993-01-09 00:01:00 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1993-01-09 00:01:00 +0000 |
commit | d680e99c81e49f98879b3129abe4cad2c52dc7ec (patch) | |
tree | 84cb6427c70c6fe58d4d24e37df2c1223aec30e2 /lisp/emacs-lisp | |
parent | a973c898d92840e9f5f12ef5fbf8ea2163687aba (diff) | |
download | emacs-d680e99c81e49f98879b3129abe4cad2c52dc7ec.tar.gz emacs-d680e99c81e49f98879b3129abe4cad2c52dc7ec.tar.bz2 emacs-d680e99c81e49f98879b3129abe4cad2c52dc7ec.zip |
(update-copyright): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp')
-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 @@ ;;; 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 @@ If `replace-copying-with' is set, the copying permissions following the 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") |