X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/165dfe3ba8a8da8df07c23d7d352326091958e51..b3a57bf98ae09a64e6143fb006e306daf55657b2:/packages/company/company-xcode.el diff --git a/packages/company/company-xcode.el b/packages/company/company-xcode.el index c7a6f80a2..56da19890 100644 --- a/packages/company/company-xcode.el +++ b/packages/company/company-xcode.el @@ -1,4 +1,4 @@ -;;; company-xcode.el --- company-mode completion back-end for Xcode projects +;;; company-xcode.el --- company-mode completion backend for Xcode projects ;; Copyright (C) 2009-2011, 2014 Free Software Foundation, Inc. @@ -29,7 +29,7 @@ (require 'cl-lib) (defgroup company-xcode nil - "Completion back-end for Xcode projects." + "Completion backend for Xcode projects." :group 'company) (defcustom company-xcode-xcodeindex-executable (executable-find "xcodeindex") @@ -106,7 +106,7 @@ valid in most contexts." company-xcode-tags)))))) ;;;###autoload (defun company-xcode (command &optional arg &rest ignored) - "`company-mode' completion back-end for Xcode projects." + "`company-mode' completion backend for Xcode projects." (interactive (list 'interactive)) (cl-case command (interactive (company-begin-backend 'company-xcode))