emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/orderless 9cebf2fc8c 106/204: Escape parenthesis in fir


From: ELPA Syncer
Subject: [elpa] externals/orderless 9cebf2fc8c 106/204: Escape parenthesis in first column of docstrings
Date: Tue, 11 Jan 2022 12:58:21 -0500 (EST)

branch: externals/orderless
commit 9cebf2fc8cdcf40c89ab6b68b6f94699c9308323
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@gmail.com>

    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...)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]