diff options
| -rw-r--r-- | man/search.texi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/man/search.texi b/man/search.texi index 29938d48526..98c076fd561 100644 --- a/man/search.texi +++ b/man/search.texi | |||
| @@ -684,6 +684,19 @@ of times. | |||
| 684 | enter a tab, and @kbd{C-j} to enter a newline. You would also type | 684 | enter a tab, and @kbd{C-j} to enter a newline. You would also type |
| 685 | single backslashes as themselves, instead of doubling them for Lisp syntax. | 685 | single backslashes as themselves, instead of doubling them for Lisp syntax. |
| 686 | 686 | ||
| 687 | @findex re-builder | ||
| 688 | @cindex authoring regular expressions | ||
| 689 | For easier authoring of regular expressions, you can use the @kbd{M-x | ||
| 690 | re-builder} command. It provides a convenient interface for creating | ||
| 691 | regular expressions, by giving immediate visual feedback. The buffer | ||
| 692 | from which @code{re-builder} was invoked becomes the target for the | ||
| 693 | regexp editor, which pops in a separate window. Text that matches the | ||
| 694 | regular expression you typed so far is color marked in the target | ||
| 695 | buffer. Each parenthesized sub-expression of the regexp is shown in a | ||
| 696 | distinct face, which makes it easier to verify even very complex | ||
| 697 | regexps. (On displays that don't support colors, Emacs blinks the | ||
| 698 | cursor around the matched text, like it does for matching parens.) | ||
| 699 | |||
| 687 | @node Search Case, Replace, Regexps, Search | 700 | @node Search Case, Replace, Regexps, Search |
| 688 | @section Searching and Case | 701 | @section Searching and Case |
| 689 | 702 | ||