]> git.eshelyaron.com Git - emacs.git/commitdiff
Simplify introduction of use-package manual
authorKévin Le Gouguec <kevin.legouguec@gmail.com>
Tue, 27 Dec 2022 14:40:43 +0000 (15:40 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 31 Dec 2022 09:48:48 +0000 (10:48 +0100)
* doc/misc/use-package.texi (Getting Started): Do not advise requiring
the package, since the macro is autoloaded; also correct the macro's
name.  (Bug#60366)

doc/misc/use-package.texi

index c587d23d74b0a71e669a81a755dd98e7804ca30c..1d0e38a1eca97129c3e03f6254830f24d2384628 100644 (file)
@@ -132,19 +132,9 @@ do.
 @cindex quick-start instructions
 
 This chapter provides instructions and examples for quickly getting
-started with use-package.  The first thing you need to do is make sure
-that @file{use-package} itself is loaded.  To do that, put this at the
-top of your init file:
-
-@lisp
-(require 'use-package)
-@end lisp
-
-@cindex declaration
-The above makes the @code{use-macro} available for us in the rest of
-your init file.  In this manual, we say that each call to
-@code{use-macro} is a @dfn{declaration}, to highlight the declarative
-nature of its syntax.
+started with use-package.  In this manual, we say that each call to
+the @code{use-package} macro in your init file is a @dfn{declaration},
+to highlight the declarative nature of its syntax.
 
 To unconditionally load a package named @samp{foo}, add the following
 declaration to your init file: