diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-08-11 19:49:52 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-08-11 19:49:52 +0000 |
commit | b95a0c80ae0397d4487058bd01d5aa1da87c4f4c (patch) | |
tree | 275cf81e1995e22d91ee959be09315704a355f04 /man/faq.texi | |
parent | 5e0fc18a86b0e12977195e20241ed67909cfc6dc (diff) | |
download | emacs-b95a0c80ae0397d4487058bd01d5aa1da87c4f4c.tar.gz |
(Using regular expressions): Fix xref.
Diffstat (limited to 'man/faq.texi')
-rw-r--r-- | man/faq.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/faq.texi b/man/faq.texi index 310112ca2a1..f7efa3c8708 100644 --- a/man/faq.texi +++ b/man/faq.texi @@ -2206,7 +2206,7 @@ otherwise. @inforef{Frame Commands, Frame Commands, emacs}. @cindex Unix regeps, differences from Emacs @cindex Text strings, putting regexps in -@inforef{Regexps, Regexps, emacs}. +@inforef{Regexp Backslash, Regexp Backslash, emacs}. The @code{or} operator is @samp{\|}, not @samp{|}, and the grouping operators are @samp{\(} and @samp{\)}. Also, the string syntax for a backslash is |