X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/78e8d0a9616dc45ea8ac2bace32aeedba8c5f6d2..4a6eea94edb138a3ea73e7a50553b69dedc5c3ad:/company-ispell.el diff --git a/company-ispell.el b/company-ispell.el index 7334caaae..91f43df9b 100644 --- a/company-ispell.el +++ b/company-ispell.el @@ -1,6 +1,6 @@ -;;; company-ispell.el --- company-mode completion back-end using Ispell +;;; company-ispell.el --- company-mode completion backend using Ispell -;; Copyright (C) 2009-2011 Free Software Foundation, Inc. +;; Copyright (C) 2009-2011, 2013-2015 Free Software Foundation, Inc. ;; Author: Nikolaj Schumacher @@ -30,7 +30,7 @@ (require 'ispell) (defgroup company-ispell nil - "Completion back-end using Ispell." + "Completion backend using Ispell." :group 'company) (defcustom company-ispell-dictionary nil @@ -54,7 +54,7 @@ If nil, use `ispell-complete-word-dict'." ;;;###autoload (defun company-ispell (command &optional arg &rest ignored) - "`company-mode' completion back-end using Ispell." + "`company-mode' completion backend using Ispell." (interactive (list 'interactive)) (cl-case command (interactive (company-begin-backend 'company-ispell))