summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2026-01-22 09:03:37 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2026-01-22 09:03:37 +0100
commit23b74d835c163d0bf0863b5a55360d6421e87096 (patch)
treed52c5f8bb5786f5d5110193cad1daf2c4f9f153c
parent2e2cfb788b7d448e7f23510203211b279ae1e064 (diff)
Expand docstring
-rw-r--r--cape.el5
1 files 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))