mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 03:39:38 +00:00
Fix typos
Typos found with codespell.
This commit is contained in:
parent
0456f878fc
commit
3a58f53b14
1 changed files with 1 additions and 1 deletions
|
@ -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
|
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
|
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
|
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
|
@lisp
|
||||||
(use-package abbrev
|
(use-package abbrev
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue