diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2021-05-08 15:07:38 +0100 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2021-05-08 15:07:38 +0100 |
commit | d3344e0a7fc9435910a600d831ebdb8b2953b2a5 (patch) | |
tree | e71e9df0cc0b81f3cb6bfcb9dce182e8b0662a37 /lisp/emacs-lisp/re-builder.el | |
parent | 79e2d0486c89c6c452df33792976ea6fdf825185 (diff) | |
download | emacs-d3344e0a7fc9435910a600d831ebdb8b2953b2a5.tar.gz emacs-d3344e0a7fc9435910a600d831ebdb8b2953b2a5.tar.bz2 emacs-d3344e0a7fc9435910a600d831ebdb8b2953b2a5.zip |
; Fix recent re-builder doc changes.
Diffstat (limited to 'lisp/emacs-lisp/re-builder.el')
-rw-r--r-- | lisp/emacs-lisp/re-builder.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |