(nnmail-split-fancy-match-partial-words): Doc string
authorKai Grossjohann <kgrossjo@eu.uu.net>
Sat, 7 Jun 2003 13:30:04 +0000 (13:30 +0000)
committerKai Grossjohann <kgrossjo@eu.uu.net>
Sat, 7 Jun 2003 13:30:04 +0000 (13:30 +0000)
fix.  Reported by Johan Bockgård <bojohan+news@dd.chalmers.se>.

lisp/ChangeLog
lisp/nnmail.el

index c6fec21..68c78af 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
+
+       * nnmail.el (nnmail-split-fancy-match-partial-words): Doc string
+       fix.  Reported by Johan Bockg\e,Ae\e(Brd <bojohan+news@dd.chalmers.se>.
+
 2003-06-07  Jesper Harder  <harder@ifa.au.dk>
 
        * message.el (message-beginning-of-line): Docstring improvement.
index 32ead27..7d634ab 100644 (file)
@@ -506,8 +506,9 @@ parameter.  It should return nil, `warn' or `delete'."
 (defcustom nnmail-split-fancy-match-partial-words nil
   "Whether to match partial words when fancy splitting.
 Normally, regexes given in `nnmail-split-fancy' are implicitly surrounded
-by \"\\<...\\>\".  If this is true, they are not implicitly surrounded by
-anything."
+by \"\\=\\<...\\>\".  If this variable is true, they are not implicitly\
+ surrounded
+by anything."
   :group 'nnmail
   :type 'boolean)