]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix recent re-builder doc changes.
authorBasil L. Contovounesios <contovob@tcd.ie>
Sat, 8 May 2021 14:07:38 +0000 (15:07 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Sat, 8 May 2021 14:07:38 +0000 (15:07 +0100)
doc/lispref/searching.texi
lisp/emacs-lisp/re-builder.el

index 99451d0bc66d43cd36fe0b9ef168159924e9d0f2..b38ee995abe5038263ba49b73e652b2826335a30 100644 (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.
index b695dff55a487359041e588a05cb3635c0767cd7..7d042a9102ee52808bef5b6dc050e6a4844c581a 100644 (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))