From: Stefan Kangas Date: Tue, 13 Dec 2022 06:27:16 +0000 (+0100) Subject: Add lexical-binding to example package header X-Git-Tag: emacs-29.0.90~1206 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d6adaf487d89b0d47f4e7f361a5897081c54d300;p=emacs.git Add lexical-binding to example package header * doc/lispref/package.texi (Simple Packages): Add lexical-binding cookie to example package header. --- diff --git a/doc/lispref/package.texi b/doc/lispref/package.texi index a503a7edde8..4cb0c3214a7 100644 --- a/doc/lispref/package.texi +++ b/doc/lispref/package.texi @@ -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