comparison lisp/mh-e/mh-e.el @ 67759:b7b75914a27d

Don't need to quote parenthesis within docstrings that are no longer in the first column.
author Bill Wohler <wohler@newt.com>
date Fri, 23 Dec 2005 07:47:02 +0000
parents 6b063593fdad
children 9c3504ae6060
comparison
equal deleted inserted replaced
67758:6b063593fdad 67759:b7b75914a27d
291 expression to contain at least three parenthesized expressions. 291 expression to contain at least three parenthesized expressions.
292 The first is expected to match the `Re:' string, if any. The 292 The first is expected to match the `Re:' string, if any. The
293 second matches an optional bracketed number after `Re:', such as 293 second matches an optional bracketed number after `Re:', such as
294 in `Re[2]:' (and is thus a sub-expression of the first 294 in `Re[2]:' (and is thus a sub-expression of the first
295 expression) and the third is expected to match the subject line 295 expression) and the third is expected to match the subject line
296 itself as in the default of \(broken on multiple lines for 296 itself as in the default of (broken on multiple lines for
297 readability): 297 readability):
298 298
299 ^ *[0-9]+........[ ]*................... 299 ^ *[0-9]+........[ ]*...................
300 \\\\([Rr][Ee]\\\\(\\\\\\=[[0-9]+\\\\]\\\\)?:\\\\s-*\\\\)* 300 \\\\([Rr][Ee]\\\\(\\\\\\=[[0-9]+\\\\]\\\\)?:\\\\s-*\\\\)*
301 \\\\([^<\\n]*\\\\) 301 \\\\([^<\\n]*\\\\)