]> code.delx.au - gnu-emacs-elpa/commitdiff
Fixed wrong file keyword.
authorNikolaj Schumacher <git@nschum.de>
Mon, 22 Feb 2010 21:04:43 +0000 (22:04 +0100)
committerNikolaj Schumacher <git@nschum.de>
Tue, 23 Feb 2010 14:17:09 +0000 (15:17 +0100)
company.el

index bc296be733cadd3cd4cb1f8ca3a522e738a3dda7..b10f9c1df460e9d3ed58c12954f146e7fab247fa 100644 (file)
@@ -4,7 +4,7 @@
 ;;
 ;; Author: Nikolaj Schumacher <bugs * nschum de>
 ;; Version: 0.4.3
 ;;
 ;; Author: Nikolaj Schumacher <bugs * nschum de>
 ;; Version: 0.4.3
-;; Keywords: abbrev, convenience, matchis
+;; Keywords: abbrev, convenience, matching
 ;; URL: http://nschum.de/src/emacs/company/
 ;; Compatibility: GNU Emacs 22.x, GNU Emacs 23.x
 ;;
 ;; URL: http://nschum.de/src/emacs/company/
 ;; Compatibility: GNU Emacs 22.x, GNU Emacs 23.x
 ;;
   "Extensible inline text completion mechanism"
   :group 'abbrev
   :group 'convenience
   "Extensible inline text completion mechanism"
   :group 'abbrev
   :group 'convenience
-  :group 'maching)
+  :group 'matching)
 
 (defface company-tooltip
   '((t :background "yellow"
 
 (defface company-tooltip
   '((t :background "yellow"