From 77e463b09b1497c8b9195a74b6f928956fa0bef5 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Sat, 11 Mar 2006 21:18:15 +0000 Subject: [PATCH] (Regexps): Use @samp for regexp that is not in Lisp syntax. --- man/search.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/search.texi b/man/search.texi index 4afcba837e9..a38f56e3f26 100644 --- a/man/search.texi +++ b/man/search.texi @@ -689,7 +689,7 @@ never remove the special meaning of @samp{-} or @samp{]}. So you should not quote these characters when they have no special meaning either. This would not clarify anything, since backslashes can legitimately precede these characters where they @emph{have} special -meaning, as in @code{[^\]} (@code{"[^\\]"} for Lisp string syntax), +meaning, as in @samp{[^\]} (@code{"[^\\]"} for Lisp string syntax), which matches any single character except a backslash. @node Regexp Backslash -- 2.39.2