emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master c9395db 06/13: First round of typos


From: Dmitry Gutov
Subject: [elpa] master c9395db 06/13: First round of typos
Date: Wed, 28 Jan 2015 13:09:08 +0000

branch: master
commit c9395db0cc08dd11c16d67c5289317e67b8a4123
Author: Ingo Lohmar <address@hidden>
Commit: Ingo Lohmar <address@hidden>

    First round of typos
---
 README.org |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org
index 80f04d7..c2c3da5 100644
--- a/README.org
+++ b/README.org
@@ -6,7 +6,7 @@ of completions you choose, along with some context information, 
and use that to
 rank candidates the next time you have to choose --- hopefully showing you
 likelier candidates at the top of the list.
 ** Use It
-Using the package is simple.  With the files in your =load=path=, add to your
+Using the package is simple.  With the files in your =load-path=, add to your
 =init.el= file
 #+begin_src emacs-lisp
 (require 'company-statistics)
@@ -15,9 +15,10 @@ Using the package is simple.  With the files in your 
=load=path=, add to your
 to load the package and turn on the mode.  See the (few but powerful)
 customizable options for details =M-x customize-group company-statistics=.
 ** Design
-Company-statistics relies on company-mode (it works by adding a function to
-company-transformers), but is only loosely coupled to it.  It is designed with
-some flexibility in mind as for the recorded context information and the way
+Company-statistics is an add-on for company-mode, but is only loosely coupled 
to
+it (it works by adding a sorting function to =company-transformers= as well as 
a
+handler to =company-completion-finished-hook=).  It is designed with some
+flexibility in mind as for the recorded context information and the way
 candidates are scored: the default pair of functions are only examples!  The
 stats are automatically persistent between sessions.
 ** Have Fun!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]