mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-11 05:51:21 -08:00
Fix typos in docstring
This commit is contained in:
parent
426a319e1b
commit
5396491aec
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue