Merge pull request from skangas/texinfo-wip

GitHub-reference: https://github.com/jwiegley/use-package/issues/1018
This commit is contained in:
John Wiegley 2022-11-15 08:26:03 -08:00 committed by GitHub
commit cf8ab8b52e

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,27 +73,27 @@ 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*}
@code{bind}, @code{bind*}
* Binding to local keymaps::
@ -127,10 +127,10 @@ its development repository.
@node Installing from GNU ELPA
@section Installing from GNU ELPA
use-package is available from GNU ELPA. If you haven't used Emacs'
package manager before, then it is high time you familiarize yourself
use-package is available from GNU ELPA. If you haven't used
Emacs' package manager before, then it is high time you familiarize yourself
with it by reading the documentation in the Emacs manual, see
@ref{Packages,,,emacs,}.
@ref{Packages,,,emacs,}. Then add one of the archives to @code{package-archives}:
First, you need to update the local package list using:
@ -216,7 +216,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}.
@ -267,25 +267,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}