aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/tips.texi
diff options
context:
space:
mode:
authorPaul Eggert2019-01-01 01:02:40 +0000
committerPaul Eggert2019-01-01 01:02:40 +0000
commit2fcf2dff00a55ece17f4342a934cb1d69ae1a743 (patch)
treeac508cb36e2e0b480c2b921146fff5cc701bf77f /doc/lispref/tips.texi
parent26bed8ba10eeaf0a340a8d0d760c5578dddec867 (diff)
downloademacs-2fcf2dff00a55ece17f4342a934cb1d69ae1a743.tar.gz
emacs-2fcf2dff00a55ece17f4342a934cb1d69ae1a743.zip
Fix copyright years by hand
These are dates that admin/update-copyright did not update, or updated incorrectly.
Diffstat (limited to 'doc/lispref/tips.texi')
-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 8c805bc4eb8..bb701c4930a 100644
--- a/doc/lispref/tips.texi
+++ b/doc/lispref/tips.texi
@@ -942,7 +942,7 @@ explains these conventions, starting with an example:
942@group 942@group
943;;; foo.el --- Support for the Foo programming language 943;;; foo.el --- Support for the Foo programming language
944 944
945;; Copyright (C) 2010-2018 Your Name 945;; Copyright (C) 2010-2019 Your Name
946@end group 946@end group
947 947
948;; Author: Your Name <yourname@@example.com> 948;; Author: Your Name <yourname@@example.com>