]> code.delx.au - gnu-emacs-elpa/blobdiff - company-nxml.el
Make a new release
[gnu-emacs-elpa] / company-nxml.el
index 70e1c096bf31b561d403a5ade0d22187c5e10b3f..9c180e98599ce811e3dba86a4d24fcc33df8188c 100644 (file)
@@ -1,4 +1,4 @@
-;;; company-nxml.el --- company-mode completion back-end for nxml-mode
+;;; company-nxml.el --- company-mode completion backend for nxml-mode
 
 ;; Copyright (C) 2009-2011, 2013  Free Software Foundation, Inc.
 
 
 ;;;###autoload
 (defun company-nxml (command &optional arg &rest ignored)
-  "`company-mode' completion back-end for `nxml-mode'."
+  "`company-mode' completion backend for `nxml-mode'."
   (interactive (list 'interactive))
   (cl-case command
     (interactive (company-begin-backend 'company-nxml))