From: Basil L. Contovounesios Date: Sat, 8 May 2021 14:07:38 +0000 (+0100) Subject: ; Fix recent re-builder doc changes. X-Git-Tag: emacs-28.0.90~2548 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d3344e0a7fc9435910a600d831ebdb8b2953b2a5;p=emacs.git ; Fix recent re-builder doc changes. --- diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi index 99451d0bc66..b38ee995abe 100644 --- a/doc/lispref/searching.texi +++ b/doc/lispref/searching.texi @@ -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. diff --git a/lisp/emacs-lisp/re-builder.el b/lisp/emacs-lisp/re-builder.el index b695dff55a4..7d042a9102e 100644 --- a/lisp/emacs-lisp/re-builder.el +++ b/lisp/emacs-lisp/re-builder.el @@ -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))