We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a4744 commit 2a4cf40Copy full SHA for 2a4cf40
docs/content/en/Development-API/_index.md
@@ -235,7 +235,7 @@ Scope that temporary makes archives available.
235
236
```elisp
237
(eask-with-archives "melpa"
238
- (eask-package-install 'package-build)) ; install packages that are only defined in MELPA
+ (eask-package-install 'dash)) ; install packages that are only defined in MELPA
239
```
240
241
{{< hint info >}}
docs/content/zh-TW/Development-API/_index.md
@@ -232,7 +232,7 @@ $ eask init
232
233
234
- (eask-package-install 'package-build)) ; 安裝僅在 MELPA 中定義的包
+ (eask-package-install 'dash)) ; 安裝僅在 MELPA 中定義的包
0 commit comments