diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/calendar/diary-lib.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index 1623ff10197..231c92f417d 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el @@ -346,7 +346,7 @@ Returns a string using match elements 1-5, where: ;; Where: Meeting room B ("[ \t\n]*When: [[:alpha:]]+, \\([[:alpha:]]+\\) \\([0-9][0-9]*\\), \ \\([0-9]\\{4\\}\\),? \\(.+\\)\n\ -\\(?:Where: \\(.+\n\\)\n*\\)?" . diary-outlook-format-1)) +\\(?:Where: \\(.+\n\\)\\)?" . diary-outlook-format-1)) "Alist of regexps matching message text and replacement text. The regexp must match the start of the message text containing an |