From 23b74d835c163d0bf0863b5a55360d6421e87096 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Thu, 22 Jan 2026 09:03:37 +0100 Subject: Expand docstring --- cape.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cape.el b/cape.el index 6105366..89b3a34 100644 --- a/cape.el +++ b/cape.el @@ -247,8 +247,9 @@ BODY is the wrapping expression." (defun cape--properties-table (table properties) "Create completion TABLE with PROPERTIES. -The properties of the table must be overridden too, since they take -precedence over the properties specified as part of the Capf result." +Some metadata properties of the table must be overridden, since they +take precedence over the properties specified as part of the Capf +result. This function is used by `cape-wrap-properties'." (let* ((cat (plist-get properties :category)) (dsort (plist-get properties :display-sort-function)) (csort (plist-get properties :cycle-sort-function)) -- cgit v1.0