From: Robert Pluim <rpluim@gmail.com>
Date: Thu, 15 Jun 2023 10:23:29 +0000 (+0200)
Subject: ; Fix use-package.texi markup
X-Git-Tag: emacs-29.0.92~18
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bafe71a69fc1f33d36e32a80cd3cebd93269b4c2;p=emacs.git

; Fix use-package.texi markup

* doc/misc/use-package.texi (Best practices): It's a subsection, not a
subheading.
---

diff --git a/doc/misc/use-package.texi b/doc/misc/use-package.texi
index 87105c4db00..3e98dfd0b71 100644
--- a/doc/misc/use-package.texi
+++ b/doc/misc/use-package.texi
@@ -790,7 +790,7 @@ possible, and put as much as you can get away with into the
 Emacs start as quickly as possible.
 
 @node Best practices
-@subheading When to use @code{:preface}, @code{:config} and @code{:init}?
+@subsection When to use @code{:preface}, @code{:config} and @code{:init}?
 @cindex tips for using @code{:preface}, @code{:config}, @code{:init}
 
 Where possible, it is better to avoid @code{:preface}, @code{:config}