projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0456f87
)
Fix typos
author
Damien Cassou
<damien.cassou@gmail.com>
Tue, 26 Nov 2019 20:28:51 +0000
(21:28 +0100)
committer
Damien Cassou
<damien.cassou@gmail.com>
Tue, 26 Nov 2019 20:28:51 +0000
(21:28 +0100)
Typos found with codespell.
doc/misc/use-package.texi
patch
|
blob
|
history
diff --git
a/doc/misc/use-package.texi
b/doc/misc/use-package.texi
index dfd046f1b4beadeb1b75d6796f09c9e71fff104e..63ed2954e58bfdaf9981036b025838c8434c7bf4 100644
(file)
--- a/
doc/misc/use-package.texi
+++ b/
doc/misc/use-package.texi
@@
-919,7
+919,7
@@
While the @code{:after} keyword delays loading until the dependencies are loaded
the somewhat simpler @code{:requires} keyword simply never loads the package if the
dependencies are not available at the time the @code{use-package} declaration is
encountered. By "available" in this context it means that @code{foo} is available
-of @code{(featurep 'foo)} eva
ul
ates to a non-nil value. For example:
+of @code{(featurep 'foo)} eva
lu
ates to a non-nil value. For example:
@lisp
(use-package abbrev