diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-05-28 15:27:52 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-05-28 15:27:52 +0000 |
commit | 1fb8167a1e64d971bfe918b4bb788cad95f6b8f9 (patch) | |
tree | 6f40b7d935a4d4fce9de7dc9d4fb09dafa8c522b /lispref/searching.texi | |
parent | c8692120e02bd488a730848a764f8dbe266eb787 (diff) | |
download | emacs-1fb8167a1e64d971bfe918b4bb788cad95f6b8f9.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref/searching.texi')
-rw-r--r-- | lispref/searching.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/searching.texi b/lispref/searching.texi index f9faf1b0221..be43dc387ba 100644 --- a/lispref/searching.texi +++ b/lispref/searching.texi @@ -318,7 +318,7 @@ example, the regular expression that matches the @samp{\} character is @samp{\} is @code{"\\\\"}.@refill @end table -@strong{Please note:} for historical compatibility, special characters +@strong{Please note:} For historical compatibility, special characters are treated as ordinary ones if they are in contexts where their special meanings make no sense. For example, @samp{*foo} treats @samp{*} as ordinary since there is no preceding expression on which the @samp{*} |