From 9f80c68aa612fa9d3a6cb71a11b7c72a2dd19ba8 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Wed, 3 Jun 2020 17:55:38 -0400 Subject: [PATCH] Fix doc string location --- structlog-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structlog-mode.el b/structlog-mode.el index 39195c2..e5fbf90 100644 --- a/structlog-mode.el +++ b/structlog-mode.el @@ -172,8 +172,8 @@ (tabulated-list-init-header)) (defun structlog-query (query) - (interactive "sQuery: ") "Runs `query' and re-renders the table" + (interactive "sQuery: ") (setq structlog-current-query (structlog--str->query query)) (structlog--revert))