fix: checkdoc

This commit is contained in:
Pavel Korytov 2022-03-24 00:14:34 +03:00
parent e63fd26d95
commit 93076b3155

View file

@ -193,7 +193,7 @@ Available special forms:
- `:misc' - print out feeds, not found by any query above. - `:misc' - print out feeds, not found by any query above.
Also keep in mind that '(key . ((values))) is the same as '(key 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 Also, this variable is not validated by any means, so wrong values can
produce somewhat cryptic errors." produce somewhat cryptic errors."
@ -745,7 +745,7 @@ GROUP is a `<tree-group-params>' as described in
(defun elfeed-summary--open-section (section) (defun elfeed-summary--open-section (section)
"Open section under cursor. "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 (let ((feeds (elfeed-summary--group-extract-feeds
(oref section group)))) (oref section group))))
(unless feeds (unless feeds