diff options
| author | Richard M. Stallman | 2001-11-11 20:08:57 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-11-11 20:08:57 +0000 |
| commit | 4aa2d40e1a8959db8daf71a4e47eb65fcbd3d56d (patch) | |
| tree | d77c780c34e2a813eade5e0f1175232f8c9fdf7d | |
| parent | f140458b743e7c0e920fe55534500c903e73ee4b (diff) | |
| download | emacs-4aa2d40e1a8959db8daf71a4e47eb65fcbd3d56d.tar.gz emacs-4aa2d40e1a8959db8daf71a4e47eb65fcbd3d56d.zip | |
Minor clarification.
| -rw-r--r-- | man/search.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/search.texi b/man/search.texi index 3c6cc3539ed..36ed3747154 100644 --- a/man/search.texi +++ b/man/search.texi | |||
| @@ -632,12 +632,12 @@ If a particular @samp{\( @dots{} \)} construct matches more than once | |||
| 632 | match is recorded. | 632 | match is recorded. |
| 633 | 633 | ||
| 634 | @item \` | 634 | @item \` |
| 635 | matches the empty string, but only at the beginning | 635 | matches the empty string, but only at the beginning of the string or |
| 636 | of the buffer or string being matched against. | 636 | buffer (or its accessible portion) being matched against. |
| 637 | 637 | ||
| 638 | @item \' | 638 | @item \' |
| 639 | matches the empty string, but only at the end of | 639 | matches the empty string, but only at the end of the string or buffer |
| 640 | the buffer or string being matched against. | 640 | (or its accessible portion) being matched against. |
| 641 | 641 | ||
| 642 | @item \= | 642 | @item \= |
| 643 | matches the empty string, but only at point. | 643 | matches the empty string, but only at point. |