diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2026-01-22 09:03:37 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2026-01-22 09:03:37 +0100 |
| commit | 23b74d835c163d0bf0863b5a55360d6421e87096 (patch) | |
| tree | d52c5f8bb5786f5d5110193cad1daf2c4f9f153c /cape.el | |
| parent | 2e2cfb788b7d448e7f23510203211b279ae1e064 (diff) | |
Expand docstring
Diffstat (limited to 'cape.el')
| -rw-r--r-- | cape.el | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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)) |
