]> git.eshelyaron.com Git - emacs.git/commitdiff
(Regexps): Use @samp for regexp that is not in Lisp syntax.
authorLuc Teirlinck <teirllm@auburn.edu>
Sat, 11 Mar 2006 21:18:15 +0000 (21:18 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sat, 11 Mar 2006 21:18:15 +0000 (21:18 +0000)
man/search.texi

index 4afcba837e96577023a107fc849c7a5879606d2d..a38f56e3f26a33d629ea1cf5af39a8999b380d16 100644 (file)
@@ -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