aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/use-package
diff options
context:
space:
mode:
authorStefan Kangas2023-12-10 13:22:04 +0100
committerStefan Kangas2023-12-10 13:22:04 +0100
commit06a12b0cccbda419752f3388346be7d302ebcbeb (patch)
tree69c3a4c23638553993a7580cae4a4d597fd8e258 /lisp/use-package
parent1d5028ad0414cad458aac1102d3612e4956068c5 (diff)
downloademacs-06a12b0cccbda419752f3388346be7d302ebcbeb.tar.gz
emacs-06a12b0cccbda419752f3388346be7d302ebcbeb.zip
; Fix typos
Diffstat (limited to 'lisp/use-package')
-rw-r--r--lisp/use-package/use-package-core.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/use-package/use-package-core.el b/lisp/use-package/use-package-core.el
index 34c45b7aec3..2897b60b2f9 100644
--- a/lisp/use-package/use-package-core.el
+++ b/lisp/use-package/use-package-core.el
@@ -1619,7 +1619,7 @@ ARG is the normalized input to the `:vc' keyword, as returned by
1619the `use-package-normalize/:vc' function. 1619the `use-package-normalize/:vc' function.
1620 1620
1621REST is a plist of other (following) keywords and their 1621REST is a plist of other (following) keywords and their
1622arguments, each having already been normalised by the respective 1622arguments, each having already been normalized by the respective
1623function. 1623function.
1624 1624
1625STATE is a plist of any state that keywords processed before 1625STATE is a plist of any state that keywords processed before
@@ -1690,7 +1690,7 @@ node `(use-package) Creating an extension'."
1690 (`(,(pred symbolp) . ,(or (pred plistp) ; plist/version string + name 1690 (`(,(pred symbolp) . ,(or (pred plistp) ; plist/version string + name
1691 (pred stringp))) 1691 (pred stringp)))
1692 (use-package-normalize--vc-arg arg)) 1692 (use-package-normalize--vc-arg arg))
1693 (_ (use-package-error "Unrecognised argument to :vc.\ 1693 (_ (use-package-error "Unrecognized argument to :vc.\
1694 The keyword wants an argument of nil, t, a name of a package,\ 1694 The keyword wants an argument of nil, t, a name of a package,\
1695 or a cons-cell as accepted by `package-vc-selected-packages', where \ 1695 or a cons-cell as accepted by `package-vc-selected-packages', where \
1696 the accepted plist is augmented by a `:rev' keyword."))))) 1696 the accepted plist is augmented by a `:rev' keyword.")))))