From 9cebf2fc8cdcf40c89ab6b68b6f94699c9308323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Omar=20Antol=C3=ADn?= Date: Thu, 30 Apr 2020 16:47:48 -0500 Subject: 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 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...) -- cgit v1.0