Add lexical-binding to example package header

* doc/lispref/package.texi (Simple Packages): Add lexical-binding
cookie to example package header.
This commit is contained in:
Stefan Kangas 2022-12-13 07:27:16 +01:00
parent 03ad1a92a2
commit d6adaf487d

View file

@ -152,9 +152,9 @@ the various headers, as illustrated by the following example:
@example
@group
;;; superfrobnicator.el --- Frobnicate and bifurcate flanges
;;; superfrobnicator.el --- Frobnicate and bifurcate flanges -*- lexical-binding:t -*-
;; Copyright (C) 2011 Free Software Foundation, Inc.
;; Copyright (C) 2022 Free Software Foundation, Inc.
@end group
;; Author: J. R. Hacker <jrh@@example.com>