diff options
| author | Stefan Kangas | 2023-12-10 13:22:04 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2023-12-10 13:22:04 +0100 |
| commit | 06a12b0cccbda419752f3388346be7d302ebcbeb (patch) | |
| tree | 69c3a4c23638553993a7580cae4a4d597fd8e258 /lisp/use-package | |
| parent | 1d5028ad0414cad458aac1102d3612e4956068c5 (diff) | |
| download | emacs-06a12b0cccbda419752f3388346be7d302ebcbeb.tar.gz emacs-06a12b0cccbda419752f3388346be7d302ebcbeb.zip | |
; Fix typos
Diffstat (limited to 'lisp/use-package')
| -rw-r--r-- | lisp/use-package/use-package-core.el | 4 |
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 | |||
| 1619 | the `use-package-normalize/:vc' function. | 1619 | the `use-package-normalize/:vc' function. |
| 1620 | 1620 | ||
| 1621 | REST is a plist of other (following) keywords and their | 1621 | REST is a plist of other (following) keywords and their |
| 1622 | arguments, each having already been normalised by the respective | 1622 | arguments, each having already been normalized by the respective |
| 1623 | function. | 1623 | function. |
| 1624 | 1624 | ||
| 1625 | STATE is a plist of any state that keywords processed before | 1625 | STATE 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."))))) |