Fix doc string location
This commit is contained in:
parent
80b0630c85
commit
9f80c68aa6
@ -172,8 +172,8 @@
|
|||||||
(tabulated-list-init-header))
|
(tabulated-list-init-header))
|
||||||
|
|
||||||
(defun structlog-query (query)
|
(defun structlog-query (query)
|
||||||
(interactive "sQuery: ")
|
|
||||||
"Runs `query' and re-renders the table"
|
"Runs `query' and re-renders the table"
|
||||||
|
(interactive "sQuery: ")
|
||||||
(setq structlog-current-query (structlog--str->query query))
|
(setq structlog-current-query (structlog--str->query query))
|
||||||
(structlog--revert))
|
(structlog--revert))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user