-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some typos in help messages and command doco (#280)
* Fix typo: script not scripts * Fix typo: In used archive => Archives in use * Fix typo: install-deps --dev description * Fix typo: --allow-error option description * Fix typo: help message had 'metter' * Fix typo: eask link messages presented => present
- Loading branch information
1 parent
fd05352
commit 566b912
Showing
10 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
|
||
✓ You have now created the link, here are things you might want to consider: | ||
|
||
- [ ] (Optional) `SOURCE-autoloads.el` Package autoloads | ||
- [ ] (Optional) Compile source package with `.elc` files Use `.elc` may be metter choice | ||
- [ ] (Optional) Compile source package with `.elc` files | ||
|
||
If the source package uses Eask, you can use `eask` commands to accomplish these tasks. | ||
|
||
* `eask generate autoloads` | ||
* `eask compile` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
💡 Make sure you have specify a (scripts ..) directive inside your Eask file! | ||
[+] (scripts "test" "echo This is a test command!") | ||
💡 Make sure you have a (script ..) directive inside your Eask file! | ||
|
||
[+] (script "test" "echo This is a test command!") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters