From 19833cbbecb5b38a46b202d1b8dc50c756a8337c Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Fri, 3 Jan 2020 06:57:54 -0600 Subject: [PATCH] Tidy: Docstrings --- org-ql-view.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/org-ql-view.el b/org-ql-view.el index ae7478a..08babe7 100644 --- a/org-ql-view.el +++ b/org-ql-view.el @@ -107,7 +107,7 @@ Based on `org-agenda-mode-map'.") (const :tag "Right" right))) (defcustom org-ql-view-no-other-window nil - "Whether `other-window' commands should cycle through the `org-ql-views' sidebar window. + "Whether `other-window' commands should cycle through `org-ql-views' sidebar. See info node `(elisp)Cyclic Window Ordering'." :type 'boolean) @@ -385,7 +385,8 @@ subsequent refreshing of the buffer: `org-ql-view-buffers-files', (goto-char (point-min)))))) (defun org-ql-view--header-line-format (buffers-files query &optional title) - "Return header-line-format for BUFFERS-FILES and QUERY." + "Return `header-line-format' for BUFFERS-FILES and QUERY. +If TITLE, prepend it to the header." (let* ((title (if title (concat (propertize "View:" 'face 'org-agenda-structure) title " ")