]> git.eshelyaron.com Git - emacs.git/commitdiff
etc/refcards/refcard.tex: Fix some grouping regexps
authorMasahiro Nakamura <tsuucat@icloud.com>
Thu, 17 Sep 2020 15:15:05 +0000 (17:15 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 17 Sep 2020 15:15:12 +0000 (17:15 +0200)
* etc/refcards/refcard.tex (section{Regular Expressions}): Fix the
shy/numbered grouping examples (bug#43429).

etc/refcards/refcard.tex

index afae238c7837901fe910f40d5b12eedb5ef564bf..c8f07540e5f47385522da117bef13194e18040f2 100644 (file)
@@ -562,8 +562,8 @@ minibuffer.  Type \kbd{F10} to activate menu bar items on text terminals.
 \key{quote regular expression special character {\it c\/}}{\\{\it c}}
 \key{alternative (``or'')}{\\|}
 \key{grouping}{\\( {\rm$\ldots$} \\)}
-\key{shy grouping}{\\(:? {\rm$\ldots$} \\)}
-\key{explicit numbered grouping}{\\(:NUM {\rm$\ldots$} \\)}
+\key{shy grouping}{\\(?: {\rm$\ldots$} \\)}
+\key{explicit numbered grouping}{\\(?NUM: {\rm$\ldots$} \\)}
 \key{same text as {\it n\/}th group}{\\{\it n}}
 \key{at word break}{\\b}
 \key{not at word break}{\\B}