; Fix recent re-builder doc changes.

This commit is contained in:
Basil L. Contovounesios 2021-05-08 15:07:38 +01:00
parent 79e2d0486c
commit d3344e0a7f
2 changed files with 2 additions and 2 deletions

View file

@ -251,7 +251,7 @@ matches in the target buffer are highlighted. Each parenthesized
sub-expression of the regexp is shown in a distinct face, which makes
it easier to verify even very complex regexps.
Note that by default Emacs search ignores case (@xref{Searching and
Note that by default Emacs search ignores case (@pxref{Searching and
Case}). To enable case-sensitive regexp search and match, bind
@code{case-fold-search} to @code{nil} around the code you want to be
case-sensitive.

View file

@ -346,7 +346,7 @@ matching parts of the target buffer will be highlighted.
Case-sensitivity can be toggled with \\[reb-toggle-case]. The
regexp builder supports three different forms of input which can
be set with \\[reb-change-syntax]. More options and details are
provided in the initial comment of`re-builder.el'."
provided in the Commentary section of this library."
(interactive)
(if (and (string= (buffer-name) reb-buffer)
(reb-mode-buffer-p))