]> granicus.if.org Git - mutt/commitdiff
patch-1.3.8.bj.manquote.1
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 31 Aug 2000 08:55:30 +0000 (08:55 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 31 Aug 2000 08:55:30 +0000 (08:55 +0000)
doc/manual.sgml.head

index cbb3abdb2a09327bf32f6d6259530e96d20f6b96..af21c92acc6e3bcd03dabac3ad1e1893ef2b6240 100644 (file)
@@ -1473,11 +1473,11 @@ A regular expression is a pattern that describes a set of strings.
 Regular expressions are constructed analogously to arithmetic
 expressions, by using various operators to combine smaller expressions.
 
-Note that the regular expression can be enclosed/delimited by either " or
-' which is useful if the regular expression includes a white-space
+Note that the regular expression can be enclosed/delimited by either &dquot;
+or ' which is useful if the regular expression includes a white-space
 character.  See <ref id="muttrc-syntax" name="Syntax of Initialization Files">
-for more information on " and ' delimiter processing.  To match a literal
-" or ' you must preface it with \ (backslash).
+for more information on &dquot; and ' delimiter processing.  To match a
+literal &dquot; or ' you must preface it with \ (backslash).
 
 The fundamental building blocks are the regular expressions that match
 a single character.  Most characters, including all letters and digits,
@@ -1715,13 +1715,13 @@ field and which are from ``elkins''.
 !(~t mutt|~c mutt) ~f elkins
 </verb></tscreen>
 
-Here is an example using white space in the regular expression (note the
-' and " delimiters).  For this to match, the mail's subject must match
-the ``^Junk +From +Me$'' and it must be from either ``Jim +Somebody'' or
-``Ed +SomeoneElse'' :
+Here is an example using white space in the regular expression (note
+the ' and &dquot; delimiters).  For this to match, the mail's subject must
+match the ``^Junk +From +Me$'' and it must be from either ``Jim +Somebody''
+or ``Ed +SomeoneElse'':
 
 <tscreen><verb>
-'~s "^Junk +From +Me$" ~f ("Jim +Somebody"|"Ed +SomeoneElse")'
+ '~s "^Junk +From +Me$" ~f ("Jim +Somebody"|"Ed +SomeoneElse")'
 </verb></tscreen>
 
 <sect2>Searching by Date