diff options
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 aac82e8265c..67f7b2d52e3 100644 --- a/doc/lispref/tips.texi +++ b/doc/lispref/tips.texi @@ -970,7 +970,7 @@ explains these conventions, starting with an example: @group ;;; foo.el --- Support for the Foo programming language -*- lexical-binding: t; -*- -;; Copyright (C) 2010-2020 Your Name +;; Copyright (C) 2010-2021 Your Name @end group ;; Author: Your Name <yourname@@example.com> |