]> git.eshelyaron.com Git - emacs.git/commitdiff
shr.el (shr-insert): Comment fix.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 18 Oct 2010 05:45:06 +0000 (05:45 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 18 Oct 2010 05:45:06 +0000 (05:45 +0000)
lisp/gnus/shr.el

index db609286c119cde3435bc77b7250e4a1c556c6b1..8641c196236c0c55fd935d86f226cf05c62f1fb7 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)))