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:
parent
6d6ef7b1d0
commit
8af0fe243f
1 changed files with 2 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue