shr.el (shr-insert): Comment fix.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 18 Oct 2010 05:44:49 +0000 (05:44 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 18 Oct 2010 05:44:49 +0000 (05:44 +0000)
lisp/shr.el

index db60928..8641c19 100644 (file)
@@ -217,7 +217,8 @@ redirects somewhere else."
       (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)))