diff --git a/org-ql.el b/org-ql.el index ea6aec1..ede80b5 100644 --- a/org-ql.el +++ b/org-ql.el @@ -699,7 +699,8 @@ returns nil." (user-error "Query aborted by user"))))) (defun org-ql--plist-get* (plist property) - "Return the value of PROPERTY in PLIST, or `not-found' if the property is missing." + "Return the value of PROPERTY in PLIST, or `not-found'. +Returns `not-found' if the property is missing." (if-let ((pair (plist-member plist property))) (cadr pair) 'not-found))