mirror of
https://github.com/correl/melpa.git
synced 2024-12-24 03:00:13 +00:00
Fix typos.
This commit is contained in:
parent
af903d39cf
commit
91f45f20a5
1 changed files with 2 additions and 2 deletions
|
@ -166,7 +166,7 @@ package. Automatically populated by matching all `.el`, `.info` and `dir` files
|
||||||
root of the repository. This option necessary when there are multiple
|
root of the repository. This option necessary when there are multiple
|
||||||
`.el` files in the repository but the package should only be built
|
`.el` files in the repository but the package should only be built
|
||||||
from a subset. For example, elisp test files should not normally be packaged.
|
from a subset. For example, elisp test files should not normally be packaged.
|
||||||
*Any file specifed at any path in the repository is
|
*Any file specified at any path in the repository is
|
||||||
copied to the root of the package.* More complex options are
|
copied to the root of the package.* More complex options are
|
||||||
available, submit an
|
available, submit an
|
||||||
[Issue](https://github.com/milkypostman/melpa/issues) if the specified
|
[Issue](https://github.com/milkypostman/melpa/issues) if the specified
|
||||||
|
@ -427,7 +427,7 @@ which packages will be enabled (whitelist packages only) or excluded
|
||||||
|
|
||||||
### Manual Installation
|
### Manual Installation
|
||||||
|
|
||||||
You can install the package manually by pasting this into yoru `*scratch*` buffer and evaluating it.
|
You can install the package manually by pasting this into your `*scratch*` buffer and evaluating it.
|
||||||
|
|
||||||
(progn
|
(progn
|
||||||
(switch-to-buffer
|
(switch-to-buffer
|
||||||
|
|
Loading…
Reference in a new issue