]> code.delx.au - gnu-emacs-elpa/blobdiff - company-files.el
Try the new travis.yml
[gnu-emacs-elpa] / company-files.el
index ebb11c098327a94c0c80b3df066c3a988f958a94..3b7a7d02886ce7cb7e82db013cbee3513d2a50e4 100644 (file)
@@ -1,4 +1,4 @@
-;;; company-files.el --- company-mode completion back-end for file names
+;;; company-files.el --- company-mode completion back-end for file names
 
 ;; Copyright (C) 2009-2011, 2013  Free Software Foundation, Inc.
 
@@ -75,7 +75,7 @@
 
 ;;;###autoload
 (defun company-files (command &optional arg &rest ignored)
-  "`company-mode' completion back-end existing file names."
+  "`company-mode' completion back-end existing file names."
   (interactive (list 'interactive))
   (case command
     (interactive (company-begin-backend 'company-files))