emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 13/30: Update a comment


From: Dmitry Gutov
Subject: [elpa] 13/30: Update a comment
Date: Tue, 14 Oct 2014 22:22:48 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit ce7c9bd611435b37b5e2121fdcdfd6732b4021ea
Author: Dmitry Gutov <address@hidden>
Date:   Sun Sep 28 21:11:05 2014 +0400

    Update a comment
---
 company-files.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/company-files.el b/company-files.el
index 8160f79..9a650d6 100644
--- a/company-files.el
+++ b/company-files.el
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]