aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorStefan Kangas2022-11-13 23:49:47 +0100
committerStefan Kangas2022-11-15 08:14:47 +0100
commit4e8b72efc836f8e7941345b6d5fdc168f470e056 (patch)
treeb47362e56fc7fe1d090ec2fcf60656c3d34c71f4 /doc/misc
parentae301ad36d6c0b5a10dceb35778c5a66617a8d9e (diff)
downloademacs-4e8b72efc836f8e7941345b6d5fdc168f470e056.tar.gz
emacs-4e8b72efc836f8e7941345b6d5fdc168f470e056.zip
manual: Regenerate texi file
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/use-package.texi82
1 files changed, 41 insertions, 41 deletions
diff --git a/doc/misc/use-package.texi b/doc/misc/use-package.texi
index 2b868564372..a5f850c8753 100644
--- a/doc/misc/use-package.texi
+++ b/doc/misc/use-package.texi
@@ -8,7 +8,7 @@
8 8
9@copying 9@copying
10@quotation 10@quotation
11Copyright (C) 2012-2022 John Wiegley <johnw@@newartisans.com> 11Copyright (C) 2012-2022 Free Software Foundation, Inc.
12 12
13You can redistribute this document and/or modify it under the terms 13You can redistribute this document and/or modify it under the terms
14of the GNU General Public License as published by the Free Software 14of the GNU General Public License as published by the Free Software
@@ -31,7 +31,7 @@ General Public License for more details.
31@finalout 31@finalout
32@titlepage 32@titlepage
33@title use-package User Manual 33@title use-package User Manual
34@subtitle for version 2.4.1-81-gb185c6b+1 34@subtitle for version 2.4.1-119-g0be480e+1
35@author John Wiegley 35@author John Wiegley
36@page 36@page
37@vskip 0pt plus 1filll 37@vskip 0pt plus 1filll
@@ -73,25 +73,25 @@ Installation
73 73
74Keywords 74Keywords
75 75
76* @code{after}:: 76* @code{:after}: @code{after}.
77* @code{bind-keymap}, @code{bind-keymap*}: @code{bind-keymap} @code{bind-keymap*}. 77* @code{:bind-keymap}, @code{:bind-keymap*}: @code{bind-keymap} @code{bind-keymap*}.
78* @code{bind}, @code{bind*}: @code{bind} @code{bind*}. 78* @code{:bind}, @code{:bind*}: @code{bind} @code{bind*}.
79* @code{commands}:: 79* @code{:commands}: @code{commands}.
80* @code{preface}, @code{init}, @code{config}: @code{preface} @code{init} @code{config}. 80* @code{:preface}, @code{:init}, @code{:config}: @code{preface} @code{init} @code{config}.
81* @code{custom}:: 81* @code{:custom}: @code{custom}.
82* @code{custom-face}:: 82* @code{:custom-face}: @code{custom-face}.
83* @code{defer}, @code{demand}: @code{defer} @code{demand}. 83* @code{:defer}, @code{:demand}: @code{defer} @code{demand}.
84* @code{defines}, @code{functions}: @code{defines} @code{functions}. 84* @code{:defines}, @code{:functions}: @code{defines} @code{functions}.
85* @code{diminish}, @code{delight}: @code{diminish} @code{delight}. 85* @code{:diminish}, @code{:delight}: @code{diminish} @code{delight}.
86* @code{disabled}:: 86* @code{:disabled}: @code{disabled}.
87* @code{ensure}, @code{pin}: @code{ensure} @code{pin}. 87* @code{:ensure}, @code{:pin}: @code{ensure} @code{pin}.
88* @code{hook}:: 88* @code{:hook}: @code{hook}.
89* @code{if}, @code{when}, @code{unless}: @code{if} @code{when} @code{unless}. 89* @code{:if}, @code{:when}, @code{:unless}: @code{if} @code{when} @code{unless}.
90* @code{load-path}:: 90* @code{:load-path}: @code{load-path}.
91* @code{mode}, @code{interpreter}: @code{mode} @code{interpreter}. 91* @code{:mode}, @code{:interpreter}: @code{mode} @code{interpreter}.
92* @code{magic}, @code{magic-fallback}: @code{magic} @code{magic-fallback}. 92* @code{:magic}, @code{:magic-fallback}: @code{magic} @code{magic-fallback}.
93* @code{no-require}:: 93* @code{:no-require}: @code{no-require}.
94* @code{requires}:: 94* @code{:requires}: @code{requires}.
95 95
96@code{:bind}, @code{:bind*} 96@code{:bind}, @code{:bind*}
97 97
@@ -239,7 +239,7 @@ C-h v use-package-version RET
239should display something like 239should display something like
240 240
241@example 241@example
242use-package-version’s value is "2.4.1" 242use-package-version’s value is "2.4.3"
243@end example 243@end example
244 244
245If you are completely new to use-package then see @ref{Getting Started}. 245If 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.
290@chapter Keywords 290@chapter Keywords
291 291
292@menu 292@menu
293* @code{after}:: 293* @code{:after}: @code{after}.
294* @code{bind-keymap}, @code{bind-keymap*}: @code{bind-keymap} @code{bind-keymap*}. 294* @code{:bind-keymap}, @code{:bind-keymap*}: @code{bind-keymap} @code{bind-keymap*}.
295* @code{bind}, @code{bind*}: @code{bind} @code{bind*}. 295* @code{:bind}, @code{:bind*}: @code{bind} @code{bind*}.
296* @code{commands}:: 296* @code{:commands}: @code{commands}.
297* @code{preface}, @code{init}, @code{config}: @code{preface} @code{init} @code{config}. 297* @code{:preface}, @code{:init}, @code{:config}: @code{preface} @code{init} @code{config}.
298* @code{custom}:: 298* @code{:custom}: @code{custom}.
299* @code{custom-face}:: 299* @code{:custom-face}: @code{custom-face}.
300* @code{defer}, @code{demand}: @code{defer} @code{demand}. 300* @code{:defer}, @code{:demand}: @code{defer} @code{demand}.
301* @code{defines}, @code{functions}: @code{defines} @code{functions}. 301* @code{:defines}, @code{:functions}: @code{defines} @code{functions}.
302* @code{diminish}, @code{delight}: @code{diminish} @code{delight}. 302* @code{:diminish}, @code{:delight}: @code{diminish} @code{delight}.
303* @code{disabled}:: 303* @code{:disabled}: @code{disabled}.
304* @code{ensure}, @code{pin}: @code{ensure} @code{pin}. 304* @code{:ensure}, @code{:pin}: @code{ensure} @code{pin}.
305* @code{hook}:: 305* @code{:hook}: @code{hook}.
306* @code{if}, @code{when}, @code{unless}: @code{if} @code{when} @code{unless}. 306* @code{:if}, @code{:when}, @code{:unless}: @code{if} @code{when} @code{unless}.
307* @code{load-path}:: 307* @code{:load-path}: @code{load-path}.
308* @code{mode}, @code{interpreter}: @code{mode} @code{interpreter}. 308* @code{:mode}, @code{:interpreter}: @code{mode} @code{interpreter}.
309* @code{magic}, @code{magic-fallback}: @code{magic} @code{magic-fallback}. 309* @code{:magic}, @code{:magic-fallback}: @code{magic} @code{magic-fallback}.
310* @code{no-require}:: 310* @code{:no-require}: @code{no-require}.
311* @code{requires}:: 311* @code{:requires}: @code{requires}.
312@end menu 312@end menu
313 313
314@node @code{after} 314@node @code{after}