]> code.delx.au - gnu-emacs-elpa/blobdiff - company-nxml.el
Added version number to back-ends.
[gnu-emacs-elpa] / company-nxml.el
index 72cb234f78e5c5439b0e98592962b1aab27af75f..32b1a3ffa488e20022c058e6d7df7dba4dec1834 100644 (file)
@@ -2,7 +2,7 @@
 ;;
 ;; Copyright (C) 2009 Nikolaj Schumacher
 ;;
-;; This file is part of company.
+;; This file is part of company 0.2.
 ;;
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License
                            (rng-match-possible-value-strings))))))))
 
 (defun company-nxml (command &optional arg &rest ignored)
+  "A `company-mode' completion back-end for `nxml-mode'."
   (case command
     ('prefix (or (company-nxml-tag 'prefix)
                  (company-nxml-attribute 'prefix)