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))