[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master ec20ba0 15/17: Update README.md: fix small typos
From: |
Rocky Bernstein |
Subject: |
[elpa] master ec20ba0 15/17: Update README.md: fix small typos |
Date: |
Thu, 25 May 2017 02:05:04 -0400 (EDT) |
branch: master
commit ec20ba01a18a812ae78e3c91ac73736fda6a99c3
Author: Don March <address@hidden>
Commit: GitHub <address@hidden>
Update README.md: fix small typos
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 563db03..c250d4e 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
The rational behind module is to be able to write small Emacs
functions or modules in a larger multi-file Emacs package and
facilitate running from the source tree without having to "install"
-the code or fiddle with evil *load-path*'s . See my [NYC Lisp
talk](https://github.com/rocky/emacs-load-relative/wiki/NYC-Lisp-talk) for more
background on this.
+the code or fiddle with evil *load-path*'s. See my [NYC Lisp
talk](https://github.com/rocky/emacs-load-relative/wiki/NYC-Lisp-talk) for more
background on this.
## Contents ##
@@ -84,7 +84,7 @@ extension) as the name of the thing you want to provide.
Using this
forces the *provide* names to be the same as the filename, but I
consider that a good thing.
-*provide-me* also takes an optional string which will be prepended to the
provide name. This is useful if you have a multi-file package and want the
files to bue prefaced with the name of the package.
+*provide-me* also takes an optional string which will be prepended to the
provide name. This is useful if you have a multi-file package and want the
files to be prefaced with the name of the package.
Assume your package *foo* and contains simply file `foo.el`. Then
adding:
- [elpa] master updated (1e533d2 -> 9afba2e), Rocky Bernstein, 2017/05/25
- [elpa] master 7d5bb44 01/17: Sync autotools version, and clean up, Rocky Bernstein, 2017/05/25
- [elpa] master e469f39 08/17: Another travis try, Rocky Bernstein, 2017/05/25
- [elpa] master a3bdef8 10/17: Another travis try, Rocky Bernstein, 2017/05/25
- [elpa] master b11fb74 14/17: Correct location of short filter, Rocky Bernstein, 2017/05/25
- [elpa] master c719e8d 07/17: Another travis try, Rocky Bernstein, 2017/05/25
- [elpa] master 918a452 05/17: load-history list might not have string car, Rocky Bernstein, 2017/05/25
- [elpa] master 84f4a5e 03/17: * load-relative/test/test-file.el: Fix up copyright, Rocky Bernstein, 2017/05/25
- [elpa] master 839f651 02/17: Organization cleanup, Rocky Bernstein, 2017/05/25
- [elpa] master 4991912 13/17: Fix docstring quoting. New el-get method., Rocky Bernstein, 2017/05/25
- [elpa] master ec20ba0 15/17: Update README.md: fix small typos,
Rocky Bernstein <=
- [elpa] master 8280df5 16/17: Merge pull request #7 from ohspite/patch-1, Rocky Bernstein, 2017/05/25
- [elpa] master 9514dcd 04/17: Merge branch 'master' of github.com:rocky/emacs-load-relative, Rocky Bernstein, 2017/05/25
- [elpa] master 9a4289a 06/17: Can't figure out how to MELPA load test-simple, Rocky Bernstein, 2017/05/25
- [elpa] master 0a40d7d 09/17: Another travis try, Rocky Bernstein, 2017/05/25
- [elpa] master a820b19 11/17: Fixes #6 - this time for sure!?, Rocky Bernstein, 2017/05/25
- [elpa] master 9afba2e 17/17: Merge commit '8280df5ce6db836559a5c2442b97a2f02b6f7a05', Rocky Bernstein, 2017/05/25
- [elpa] master 2aa165f 12/17: Reinstate old load-relative ..., Rocky Bernstein, 2017/05/25