]> git.eshelyaron.com Git - emacs.git/commitdiff
manual: Regenerate texi file
authorStefan Kangas <stefankangas@gmail.com>
Sun, 13 Nov 2022 22:49:47 +0000 (23:49 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Tue, 15 Nov 2022 07:14:47 +0000 (08:14 +0100)
doc/misc/use-package.texi

index 2b868564372011ff8f7f87d54150f1389bc08563..a5f850c8753f2505c664e52af7b05ab3fb758ac2 100644 (file)
@@ -8,7 +8,7 @@
 
 @copying
 @quotation
-Copyright (C) 2012-2022 John Wiegley <johnw@@newartisans.com>
+Copyright (C) 2012-2022 Free Software Foundation, Inc.
 
 You can redistribute this document and/or modify it under the terms
 of the GNU General Public License as published by the Free Software
@@ -31,7 +31,7 @@ General Public License for more details.
 @finalout
 @titlepage
 @title use-package User Manual
-@subtitle for version 2.4.1-81-gb185c6b+1
+@subtitle for version 2.4.1-119-g0be480e+1
 @author John Wiegley
 @page
 @vskip 0pt plus 1filll
@@ -73,25 +73,25 @@ Installation
 
 Keywords
 
-* @code{after}::
-* @code{bind-keymap}, @code{bind-keymap*}: @code{bind-keymap} @code{bind-keymap*}. 
-* @code{bind}, @code{bind*}: @code{bind} @code{bind*}. 
-* @code{commands}::
-* @code{preface}, @code{init}, @code{config}: @code{preface} @code{init} @code{config}. 
-* @code{custom}::
-* @code{custom-face}::
-* @code{defer}, @code{demand}: @code{defer} @code{demand}. 
-* @code{defines}, @code{functions}: @code{defines} @code{functions}. 
-* @code{diminish}, @code{delight}: @code{diminish} @code{delight}. 
-* @code{disabled}::
-* @code{ensure}, @code{pin}: @code{ensure} @code{pin}. 
-* @code{hook}::
-* @code{if}, @code{when}, @code{unless}: @code{if} @code{when} @code{unless}. 
-* @code{load-path}::
-* @code{mode}, @code{interpreter}: @code{mode} @code{interpreter}. 
-* @code{magic}, @code{magic-fallback}: @code{magic} @code{magic-fallback}. 
-* @code{no-require}::
-* @code{requires}::
+* @code{:after}: @code{after}. 
+* @code{:bind-keymap}, @code{:bind-keymap*}: @code{bind-keymap} @code{bind-keymap*}. 
+* @code{:bind}, @code{:bind*}: @code{bind} @code{bind*}. 
+* @code{:commands}: @code{commands}. 
+* @code{:preface}, @code{:init}, @code{:config}: @code{preface} @code{init} @code{config}. 
+* @code{:custom}: @code{custom}. 
+* @code{:custom-face}: @code{custom-face}. 
+* @code{:defer}, @code{:demand}: @code{defer} @code{demand}. 
+* @code{:defines}, @code{:functions}: @code{defines} @code{functions}. 
+* @code{:diminish}, @code{:delight}: @code{diminish} @code{delight}. 
+* @code{:disabled}: @code{disabled}. 
+* @code{:ensure}, @code{:pin}: @code{ensure} @code{pin}. 
+* @code{:hook}: @code{hook}. 
+* @code{:if}, @code{:when}, @code{:unless}: @code{if} @code{when} @code{unless}. 
+* @code{:load-path}: @code{load-path}. 
+* @code{:mode}, @code{:interpreter}: @code{mode} @code{interpreter}. 
+* @code{:magic}, @code{:magic-fallback}: @code{magic} @code{magic-fallback}. 
+* @code{:no-require}: @code{no-require}. 
+* @code{:requires}: @code{requires}. 
 
 @code{:bind}, @code{:bind*}
 
@@ -239,7 +239,7 @@ C-h v use-package-version RET
 should display something like
 
 @example
-use-package-version’s value is "2.4.1"
+use-package-version’s value is "2.4.3"
 @end example
 
 If you are completely new to use-package then see @ref{Getting Started}.
@@ -290,25 +290,25 @@ used for speed (reason 3), it can still be used as a sanity check.
 @chapter Keywords
 
 @menu
-* @code{after}::
-* @code{bind-keymap}, @code{bind-keymap*}: @code{bind-keymap} @code{bind-keymap*}. 
-* @code{bind}, @code{bind*}: @code{bind} @code{bind*}. 
-* @code{commands}::
-* @code{preface}, @code{init}, @code{config}: @code{preface} @code{init} @code{config}. 
-* @code{custom}::
-* @code{custom-face}::
-* @code{defer}, @code{demand}: @code{defer} @code{demand}. 
-* @code{defines}, @code{functions}: @code{defines} @code{functions}. 
-* @code{diminish}, @code{delight}: @code{diminish} @code{delight}. 
-* @code{disabled}::
-* @code{ensure}, @code{pin}: @code{ensure} @code{pin}. 
-* @code{hook}::
-* @code{if}, @code{when}, @code{unless}: @code{if} @code{when} @code{unless}. 
-* @code{load-path}::
-* @code{mode}, @code{interpreter}: @code{mode} @code{interpreter}. 
-* @code{magic}, @code{magic-fallback}: @code{magic} @code{magic-fallback}. 
-* @code{no-require}::
-* @code{requires}::
+* @code{:after}: @code{after}. 
+* @code{:bind-keymap}, @code{:bind-keymap*}: @code{bind-keymap} @code{bind-keymap*}. 
+* @code{:bind}, @code{:bind*}: @code{bind} @code{bind*}. 
+* @code{:commands}: @code{commands}. 
+* @code{:preface}, @code{:init}, @code{:config}: @code{preface} @code{init} @code{config}. 
+* @code{:custom}: @code{custom}. 
+* @code{:custom-face}: @code{custom-face}. 
+* @code{:defer}, @code{:demand}: @code{defer} @code{demand}. 
+* @code{:defines}, @code{:functions}: @code{defines} @code{functions}. 
+* @code{:diminish}, @code{:delight}: @code{diminish} @code{delight}. 
+* @code{:disabled}: @code{disabled}. 
+* @code{:ensure}, @code{:pin}: @code{ensure} @code{pin}. 
+* @code{:hook}: @code{hook}. 
+* @code{:if}, @code{:when}, @code{:unless}: @code{if} @code{when} @code{unless}. 
+* @code{:load-path}: @code{load-path}. 
+* @code{:mode}, @code{:interpreter}: @code{mode} @code{interpreter}. 
+* @code{:magic}, @code{:magic-fallback}: @code{magic} @code{magic-fallback}. 
+* @code{:no-require}: @code{no-require}. 
+* @code{:requires}: @code{requires}. 
 @end menu
 
 @node @code{after}