aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStefan Kangas2024-08-26 02:46:02 +0200
committerStefan Kangas2024-08-26 02:50:24 +0200
commitaa6ed7f67ec7ed08224e6ab2aab0a5b65f2bc314 (patch)
treed0d9772a741eabf50ca537de742f1a37a7dcffda /doc
parent9b299dd79c1627c7ad6b037d599a8e80a92573cd (diff)
downloademacs-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.texi2
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>