diff options
| author | Stefan Kangas | 2024-08-26 02:46:02 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2024-08-26 02:50:24 +0200 |
| commit | aa6ed7f67ec7ed08224e6ab2aab0a5b65f2bc314 (patch) | |
| tree | d0d9772a741eabf50ca537de742f1a37a7dcffda /doc | |
| parent | 9b299dd79c1627c7ad6b037d599a8e80a92573cd (diff) | |
| download | emacs-aa6ed7f67ec7ed08224e6ab2aab0a5b65f2bc314.tar.gz emacs-aa6ed7f67ec7ed08224e6ab2aab0a5b65f2bc314.zip | |
Fix copyright years by hand (Bug#72809)
These are dates that admin/update-copyright did not update.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/tips.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi index dc0679ed3a1..e3d695b2347 100644 --- a/doc/lispref/tips.texi +++ b/doc/lispref/tips.texi | |||
| @@ -1057,7 +1057,7 @@ explains these conventions, starting with an example: | |||
| 1057 | @group | 1057 | @group |
| 1058 | ;;; foo.el --- Support for the Foo programming language -*- lexical-binding: t; -*- | 1058 | ;;; foo.el --- Support for the Foo programming language -*- lexical-binding: t; -*- |
| 1059 | 1059 | ||
| 1060 | ;; Copyright (C) 2010-2021 Your Name | 1060 | ;; Copyright (C) 2010-2024 Your Name |
| 1061 | @end group | 1061 | @end group |
| 1062 | 1062 | ||
| 1063 | ;; Author: Your Name <yourname@@example.com> | 1063 | ;; Author: Your Name <yourname@@example.com> |