changeset 111022:d263303441df

shr.el (shr-insert): Comment fix.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Mon, 18 Oct 2010 05:45:06 +0000
parents 7aa9d9b402c8
children a59302c4ca9e
files lisp/gnus/shr.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/shr.el	Mon Oct 18 05:21:26 2010 +0000
+++ b/lisp/gnus/shr.el	Mon Oct 18 05:45:06 2010 +0000
@@ -217,7 +217,8 @@
       (unless shr-start
 	(setq shr-start (point)))
       ;; No space is needed behind a wide character categorized as
-      ;; kinsoku-bol, or between characters both categorized as nospace.
+      ;; kinsoku-bol, between characters both categorized as nospace,
+      ;; or at the beginning of a line.
       (let (prev)
 	(when (and (eq (preceding-char) ? )
 		   (or (= (line-beginning-position) (1- (point)))