summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Lieberman <dev@carl.ac>2017-10-30 16:03:35 -0400
committerGitHub <noreply@github.com>2017-10-30 16:03:35 -0400
commit5396491aecc88a51cd3ba058257e4a587bf927dc (patch)
treed2623c58daf4fa7f67d6b4b8f80543a5fd009fb2
parent426a319e1bacea1b60a769b8d7c068ea184f1f6c (diff)
downloademacs-5396491aec.tar.gz
Fix typos in docstring
-rw-r--r--lisp/use-package/use-package.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el
index 969cd0beabf..51f90958662 100644
--- a/lisp/use-package/use-package.el
+++ b/lisp/use-package/use-package.el
@@ -123,7 +123,7 @@ become available:
`use-package--foo--pre-config-hook'
`use-package--foo--post-config-hook'
-This way, you can add to these hooks before evalaution of a
+This way, you can add to these hooks before evaluation of a
`use-package` declaration, and exercise some control over what
happens.
@@ -290,7 +290,7 @@ found."
"Attempt to find and jump to the `use-package' form that loaded
PACKAGE. This will only find the form if that form actually
required PACKAGE. If PACKAGE was previously required then this
-function will jump to the file that orginally required PACKAGE
+function will jump to the file that originally required PACKAGE
instead."
(interactive (list (completing-read "Package: " features)))
(let* ((package (if (stringp package) (intern package) package))