diff options
| author | Damien Cassou | 2019-11-26 21:28:51 +0100 |
|---|---|---|
| committer | Damien Cassou | 2019-11-26 21:28:51 +0100 |
| commit | 3a58f53b14798c4ffa8a6863cf2ac44eaa347e83 (patch) | |
| tree | 04e462a1cbb228800bdf87f6a2def0b01d0a99b3 /doc/misc | |
| parent | 0456f878fcf39a8fe09c69d6ac7123e6793110c9 (diff) | |
| download | emacs-3a58f53b14798c4ffa8a6863cf2ac44eaa347e83.tar.gz emacs-3a58f53b14798c4ffa8a6863cf2ac44eaa347e83.zip | |
Fix typos
Typos found with codespell.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/use-package.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/use-package.texi b/doc/misc/use-package.texi index dfd046f1b4b..63ed2954e58 100644 --- 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 | |||
| 919 | the somewhat simpler @code{:requires} keyword simply never loads the package if the | 919 | the somewhat simpler @code{:requires} keyword simply never loads the package if the |
| 920 | dependencies are not available at the time the @code{use-package} declaration is | 920 | dependencies are not available at the time the @code{use-package} declaration is |
| 921 | encountered. By "available" in this context it means that @code{foo} is available | 921 | encountered. By "available" in this context it means that @code{foo} is available |
| 922 | of @code{(featurep 'foo)} evaulates to a non-nil value. For example: | 922 | of @code{(featurep 'foo)} evaluates to a non-nil value. For example: |
| 923 | 923 | ||
| 924 | @lisp | 924 | @lisp |
| 925 | (use-package abbrev | 925 | (use-package abbrev |