diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-11-10 15:44:17 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-11-10 15:48:16 +0100 |
| commit | 05d611bc5eb79833075339ae19f454281264d8d8 (patch) | |
| tree | 2450317dccfbcce3983cef287116d1bfd010a984 | |
| parent | 6a9ac850727f54980003dfa4a25aafad7976459c (diff) | |
Fix typo in defcustom
| -rw-r--r-- | orderless.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/orderless.el b/orderless.el index 1bc7dbc..d2db617 100644 --- a/orderless.el +++ b/orderless.el @@ -99,7 +99,7 @@ or a function of a single string argument." orderless-escapable-split-on-space) (const :tag "Quotable spaces" split-string-and-unquote) (regexp :tag "Custom regexp") - (function : tag "Custom function"))) + (function :tag "Custom function"))) (defcustom orderless-match-faces [orderless-match-face-0 |
