Mercurial > emacs
changeset 69411:c47491ae7b58
(Regexps): Use @samp for regexp that is not in Lisp syntax.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sat, 11 Mar 2006 21:18:15 +0000 |
parents | 7f8930333b39 |
children | ecc36e13e6ba |
files | man/search.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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