2000-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 22 Dec 2000 05:51:13 +0000 (05:51 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 22 Dec 2000 05:51:13 +0000 (05:51 +0000)
* gnus-art.el (article-treat-dumbquotes): Quote \.

lisp/ChangeLog
lisp/gnus-art.el

index b795d90..181f151 100644 (file)
@@ -1,3 +1,7 @@
+2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (article-treat-dumbquotes): Quote \.
+
 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
index f65c320..4719ec3 100644 (file)
@@ -1381,7 +1381,7 @@ not, so it should only be used interactively.
 
 Sm*rtq**t*s are M****s***'s unilateral extension to the character map
 in an attempt to provide more quoting characters.  If you see
-something like \222 or \264 where you're expecting some kind of
+something like \\222 or \\264 where you're expecting some kind of
 apostrophe or quotation mark, then try this wash."
   (interactive)
   (article-translate-strings gnus-article-dumbquotes-map))