comparison lisp/emacs-lisp/copyright.el @ 101224:9346c2b4e4eb

(copyright-update): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Fri, 16 Jan 2009 03:19:58 +0000
parents cdcfed3dd3f9
children 0fb11e475237
comparison
equal deleted inserted replaced
101223:8a36f6e00fc8 101224:9346c2b4e4eb
188 ;; Finally insert the new year. 188 ;; Finally insert the new year.
189 (insert (substring copyright-current-year size)))))))) 189 (insert (substring copyright-current-year size))))))))
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
197 following the copyright are updated as well. 197 following the copyright are updated as well.
198 If non-nil, INTERACTIVEP tells the function to behave as when it's called 198 If non-nil, INTERACTIVEP tells the function to behave as when it's called