From 93076b31559ad8c71cc67ab027bd37dab5ad4e59 Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Thu, 24 Mar 2022 00:14:34 +0300 Subject: [PATCH] fix: checkdoc --- elfeed-summary.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elfeed-summary.el b/elfeed-summary.el index 59b0e98..ffce6da 100644 --- a/elfeed-summary.el +++ b/elfeed-summary.el @@ -193,7 +193,7 @@ Available special forms: - `:misc' - print out feeds, not found by any query above. Also keep in mind that '(key . ((values))) is the same as '(key -(values)). This helps to shorten the form in many cases. +\(values)). This helps to shorten the form in many cases. Also, this variable is not validated by any means, so wrong values can produce somewhat cryptic errors." @@ -745,7 +745,7 @@ GROUP is a `' as described in (defun elfeed-summary--open-section (section) "Open section under cursor. -SECTION is an instance of `magit-section'." +SECTION is an instance of `elfeed-summary-group-section'." (let ((feeds (elfeed-summary--group-extract-feeds (oref section group)))) (unless feeds