(gnus-article-mode): Fix comment about displaying non-break space.
authorReiner Steib <Reiner.Steib@gmx.de>
Thu, 10 May 2007 20:06:32 +0000 (20:06 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Thu, 10 May 2007 20:06:32 +0000 (20:06 +0000)
lisp/ChangeLog
lisp/gnus-art.el

index 90f5bb9..35d0fbe 100644 (file)
@@ -1,3 +1,8 @@
+2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-art.el (gnus-article-mode): Fix comment about displaying
+       non-break space.
+
 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
index 2bdf11c..94682f3 100644 (file)
@@ -4143,7 +4143,8 @@ commands:
   (make-local-variable 'gnus-article-image-alist)
   (make-local-variable 'gnus-article-charset)
   (make-local-variable 'gnus-article-ignored-charsets)
-  ;; Prevent recent Emacsen from displaying non-break space as "\ ".
+  ;; Prevent Emacs 22 from displaying non-break space with `nobreak-space'
+  ;; face.
   (set (make-local-variable 'nobreak-char-display) nil)
   (setq cursor-in-non-selected-windows nil)
   (setq truncate-lines gnus-article-truncate-lines)