From b5b2b4c4986f9b67808de97ec23d5c121aaa761b Mon Sep 17 00:00:00 2001 From: Adam Kruszewski Date: Fri, 2 Jun 2023 17:00:53 +0200 Subject: [PATCH] Minor correction to package name in the readme --- cape-jinx-completion.el | 1 + readme.org | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cape-jinx-completion.el b/cape-jinx-completion.el index b1cb6d3..2b2957e 100644 --- a/cape-jinx-completion.el +++ b/cape-jinx-completion.el @@ -103,4 +103,5 @@ :category 'cape-jinx) ,@cape--jinx-properties)))) +;;; cape-jinx-completion.el ends here (provide 'cape-jinx-completion) diff --git a/readme.org b/readme.org index 40e6738..e974e12 100644 --- a/readme.org +++ b/readme.org @@ -1,6 +1,6 @@ #+TITLE: Completion At Point extensions using Jinx spell checking -* Cape-jinx package +* Cape-jinx-completion package Simple package providing =completion-at-point= extension using spell checking capabilities derived from [[https://abiword.github.io/enchant/][Abiword's libenchant]]. All of the heavy lifting is done using [[https://github.com/minad/jinx][jinx.el]] package - Enchanted Spell Checker. [[https://abiword.github.io/enchant/][Libenchant]] wraps several of the spell checkers. [[https://github.com/minad/jinx][Jinx.el]] package provides on-the-fly spell checking and is a pleasure to configure, especially when using multiple dictionaries.