diff options
| author | Omar Antolín <omar.antolin@gmail.com> | 2020-04-30 16:47:48 -0500 |
|---|---|---|
| committer | Omar Antolín <omar.antolin@gmail.com> | 2020-04-30 16:47:48 -0500 |
| commit | 9cebf2fc8cdcf40c89ab6b68b6f94699c9308323 (patch) | |
| tree | 5069ad6606d90dbb5a9e36c746383136c8f657db /orderless.el | |
| parent | 09f4c7428041a25bc486a78334d6b917dd7da34d (diff) | |
Escape parenthesis in first column of docstrings
Diffstat (limited to 'orderless.el')
| -rw-r--r-- | orderless.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/orderless.el b/orderless.el index 5e51014..f3bca28 100644 --- a/orderless.el +++ b/orderless.el @@ -129,7 +129,7 @@ This should be a list of functions optionally with the symbols `:global-dispatchers' and `:component-dispatcher' used to delimit portions: -(matching-styles... +\(matching-styles... :global-dispatchers global-dispatchers... :component-dispatcher component-dispatchers...) @@ -329,7 +329,7 @@ The CONFIGURATION argument should be a list of functions optionally with the symbols `:global-dispatchers' and `:component-dispatcher' used to delimit portions: -(matching-styles... +\(matching-styles... :global-dispatchers global-dispatchers... :component-dispatcher component-dispatchers...) |
