branch: externals/consult
commit 1d507450c768d35619307c819654d1a979bb9447
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Update comment
---
 consult.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consult.el b/consult.el
index 81b6872..3a8adfc 100644
--- a/consult.el
+++ b/consult.el
@@ -555,7 +555,7 @@ This function only changes the escaping of parentheses, 
braces and pipes."
       regexp
     ;; See 
https://stackoverflow.com/questions/1946352/comparison-table-for-emacs-regexp-and-perl-compatible-regular-expression-pcre
     ;; XXX Unsupported Emacs regexp features:
-    ;; - * at the beginning of a choice, e.g, \(?:* or \|*
+    ;; - * or + at the beginning of a choice, e.g, \(?:* or \|+
     ;; - \= point matching
     ;; - Syntax classes \sx \Sx
     ;; - Character classes \cx \Cx

Reply via email to