branch: master commit 8f1860aefd0a4ea66d6845ecfc952d8d6e56b02b Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org>
Documentation fixes * paced.el: Lowered async requirement to 1.9.1 * paced.org (Introduction): Removed mention on paced--populator-alist. (Terminology): Removed redundant section. (Installation): Fixed dependency versions. --- paced.el | 2 +- paced.org | 15 ++------------- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/paced.el b/paced.el index 938033e..83c1df3 100644 --- a/paced.el +++ b/paced.el @@ -4,7 +4,7 @@ ;; Author: Ian Dunn <du...@gnu.org> ;; Keywords: convenience, completion -;; Package-Requires: ((emacs "25.1") (async "1.9.2")) +;; Package-Requires: ((emacs "25.1") (async "1.9.1")) ;; Version: 1.0 ;; Created: 22 Jan 2017 ;; Modified: 10 Nov 2017 diff --git a/paced.org b/paced.org index 60b810e..48daaf6 100644 --- a/paced.org +++ b/paced.org @@ -50,20 +50,10 @@ Dictionaries are persistent; they're saved with ~paced-save-named-dictionary~ or ~paced-save-all-dictionaries~. Population commands tell a dictionary how it should refresh its usage table. -The different types of populators are documented in ~paced--populator-alist~. No completion frontend is provided, but a function for ~completion-at-point-functions~ is given. -** Terminology -:PROPERTIES: -:DESCRIPTION: To avoid confusion -:END: - -- Dictionary :: A collection of words and their usage counts. - -- Population Command :: A method of loading data into a dictionary. - ** Similar Packages :PROPERTIES: :DESCRIPTION: Packages with similar goals @@ -111,8 +101,8 @@ need it to do that. *Requirements* -| Emacs | 25.3 | -| async | 1.9.2 | +| Emacs | 25.1 | +| async | 1.9.1 | Right now, the only way to install paced is from source. @@ -125,7 +115,6 @@ bzr branch https://bzr.savannah.gnu.org/r/paced-el paced After that, add the following to your init file (typically .emacs): #+BEGIN_SRC emacs-lisp -;; Only necessary if installing from source (add-to-list 'load-path "/full/path/to/paced/") (require 'paced) #+END_SRC