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

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

[elpa] master 5fe84a2 028/173: Merge pull request #334 from vermiculus/p


From: Dmitry Gutov
Subject: [elpa] master 5fe84a2 028/173: Merge pull request #334 from vermiculus/patch-1
Date: Thu, 23 Jun 2016 00:28:35 +0000 (UTC)

branch: master
commit 5fe84a2e9f3e0734f0c458644dc48b39bd7d0532
Merge: b20726c 9f67f1e
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Merge pull request #334 from vermiculus/patch-1
    
    Fix docstring
---
 company.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/company.el b/company.el
index 750850b..b40918c 100644
--- a/company.el
+++ b/company.el
@@ -2148,8 +2148,8 @@ If SHOW-VERSION is non-nil, show the version in the echo 
area."
       (lm-version))))
 
 (defun company-diag ()
-  (interactive)
   "Pop a buffer with information about completions at point."
+  (interactive)
   (let* ((bb company-backends)
          backend
          (prefix (cl-loop for b in bb



reply via email to

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