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:
parent
03ad1a92a2
commit
d6adaf487d
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue