manual: Regenerate texi file

This commit is contained in:
Stefan Kangas 2022-11-13 23:49:47 +01:00
parent ae301ad36d
commit 4e8b72efc8

View 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-versions value is "2.4.1"
use-package-versions 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}