aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Pluim2023-06-15 12:23:29 +0200
committerRobert Pluim2023-06-15 12:23:29 +0200
commitbafe71a69fc1f33d36e32a80cd3cebd93269b4c2 (patch)
treef70d2ccf7850cf7c42629dac111ab693600a0600
parent018e4ca6c5de9a1c4dcb524ebc731bcb2a61bd85 (diff)
downloademacs-bafe71a69fc1f33d36e32a80cd3cebd93269b4c2.tar.gz
emacs-bafe71a69fc1f33d36e32a80cd3cebd93269b4c2.zip
; Fix use-package.texi markup
* doc/misc/use-package.texi (Best practices): It's a subsection, not a subheading.
-rw-r--r--doc/misc/use-package.texi2
1 files changed, 1 insertions, 1 deletions
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
790Emacs start as quickly as possible. 790Emacs start as quickly as possible.
791 791
792@node Best practices 792@node Best practices
793@subheading When to use @code{:preface}, @code{:config} and @code{:init}? 793@subsection When to use @code{:preface}, @code{:config} and @code{:init}?
794@cindex tips for using @code{:preface}, @code{:config}, @code{:init} 794@cindex tips for using @code{:preface}, @code{:config}, @code{:init}
795 795
796Where possible, it is better to avoid @code{:preface}, @code{:config} 796Where possible, it is better to avoid @code{:preface}, @code{:config}