branch: externals/orderless
commit 9cebf2fc8cdcf40c89ab6b68b6f94699c9308323
Author: Omar Antolín <[email protected]>
Commit: Omar Antolín <[email protected]>
Escape parenthesis in first column of docstrings
---
orderless.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/orderless.el b/orderless.el
index 5e510144f9..f3bca28aed 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...)