1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-11 14:01:43 -08:00

Merge pull request from DamienCassou/typos

Fix typos
GitHub-reference: https://github.com/jwiegley/use-package/issues/808
This commit is contained in:
John Wiegley 2019-11-26 13:34:57 -07:00 committed by GitHub
commit 8e81459dad

View file

@ -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)} evaulates to a non-nil value. For example:
of @code{(featurep 'foo)} evaluates to a non-nil value. For example:
@lisp
(use-package abbrev