From 9f67f1ee4e2ee2a384a5effffbbb661e8cd9c261 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Thu, 26 Mar 2015 13:25:35 -0500 Subject: [PATCH] Fix docstring --- company.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/company.el b/company.el index 750850b0f..b40918c96 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 -- 2.39.2