Skip to content

Commit 2a4cf40

Browse files
committed
docs: Fix with archives macro with better example
1 parent c8a4744 commit 2a4cf40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/en/Development-API/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ Scope that temporary makes archives available.
235235

236236
```elisp
237237
(eask-with-archives "melpa"
238-
(eask-package-install 'package-build)) ; install packages that are only defined in MELPA
238+
(eask-package-install 'dash)) ; install packages that are only defined in MELPA
239239
```
240240

241241
{{< hint info >}}

docs/content/zh-TW/Development-API/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ $ eask init
232232

233233
```elisp
234234
(eask-with-archives "melpa"
235-
(eask-package-install 'package-build)) ; 安裝僅在 MELPA 中定義的包
235+
(eask-package-install 'dash)) ; 安裝僅在 MELPA 中定義的包
236236
```
237237

238238
{{< hint info >}}

0 commit comments

Comments
 (0)