From: Damien Cassou Date: Tue, 26 Nov 2019 20:28:51 +0000 (+0100) Subject: Fix typos X-Git-Tag: emacs-29.0.90~1306^2~15^2~55^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3a58f53b14798c4ffa8a6863cf2ac44eaa347e83;p=emacs.git Fix typos Typos found with codespell. --- 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 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