branch: externals/cape
commit 23b74d835c163d0bf0863b5a55360d6421e87096
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Expand docstring
---
cape.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/cape.el b/cape.el
index 6105366ddf..89b3a34671 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))