diff options
| author | Paul Eggert | 2019-01-01 01:02:40 +0000 |
|---|---|---|
| committer | Paul Eggert | 2019-01-01 01:02:40 +0000 |
| commit | 2fcf2dff00a55ece17f4342a934cb1d69ae1a743 (patch) | |
| tree | ac508cb36e2e0b480c2b921146fff5cc701bf77f /doc/lispref/tips.texi | |
| parent | 26bed8ba10eeaf0a340a8d0d760c5578dddec867 (diff) | |
| download | emacs-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.texi | 2 |
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> |