1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 19:10:37 -08:00

etc/refcards/refcard.tex: Fix some grouping regexps

* etc/refcards/refcard.tex (section{Regular Expressions}): Fix the
shy/numbered grouping examples (bug#43429).
This commit is contained in:
Masahiro Nakamura 2020-09-17 17:15:05 +02:00 committed by Lars Ingebrigtsen
parent 6d6ef7b1d0
commit 8af0fe243f

View 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}