X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/8f2c03248b5517d82588a05f357805cbb0f384ed..6165cb2d7bfd1ad704436704f2e44a62e9ea3cba:/company-elisp.el diff --git a/company-elisp.el b/company-elisp.el index 5efd8d051..3db0d8b83 100644 --- a/company-elisp.el +++ b/company-elisp.el @@ -1,4 +1,4 @@ -;;; company-elisp.el --- company-mode completion back-end for Emacs Lisp -*- lexical-binding: t -*- +;;; company-elisp.el --- company-mode completion backend for Emacs Lisp -*- lexical-binding: t -*- ;; Copyright (C) 2009, 2011-2013 Free Software Foundation, Inc. @@ -31,7 +31,7 @@ (require 'find-func) (defgroup company-elisp nil - "Completion back-end for Emacs Lisp." + "Completion backend for Emacs Lisp." :group 'company) (defcustom company-elisp-detect-function-context t @@ -193,7 +193,7 @@ first in the candidates list." ;;;###autoload (defun company-elisp (command &optional arg &rest ignored) - "`company-mode' completion back-end for Emacs Lisp." + "`company-mode' completion backend for Emacs Lisp." (interactive (list 'interactive)) (cl-case command (interactive (company-begin-backend 'company-elisp))