# HG changeset patch # User Luc Teirlinck # Date 1142111895 0 # Node ID c47491ae7b58e28dcb46ef7de68b6abae983d0db # Parent 7f8930333b39985a12d753e2a329f88bb4430493 (Regexps): Use @samp for regexp that is not in Lisp syntax. diff -r 7f8930333b39 -r c47491ae7b58 man/search.texi --- a/man/search.texi Sat Mar 11 17:01:47 2006 +0000 +++ b/man/search.texi Sat Mar 11 21:18:15 2006 +0000 @@ -689,7 +689,7 @@ 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