]> code.delx.au - gnu-emacs-elpa/commitdiff
Update a comment
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 28 Sep 2014 17:11:05 +0000 (21:11 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 28 Sep 2014 17:11:05 +0000 (21:11 +0400)
company-files.el

index 8160f797eae978726bc598d09794bbbedc4f0bef..9a650d6ad35b0461dee57d8b07649d076010f738 100644 (file)
@@ -44,7 +44,8 @@
           (concat "\\(?:[ \t]\\|^\\)\\(" begin "[^ \t\n]*\\)"))))
 
 (defun company-files-grab-existing-name ()
-  ;; Grab file names with spaces, only when they include quotes.
+  ;; Grab the file name.
+  ;; When surrounded with quotes, it can include spaces.
   (let (file dir)
     (and (cl-dolist (regexp company-files-regexps)
            (when (setq file (company-grab-line regexp 1))