summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKatsumi Yamaoka <yamaoka@jpl.org>2010-10-18 05:45:06 +0000
committerKatsumi Yamaoka <yamaoka@jpl.org>2010-10-18 05:45:06 +0000
commitb41c2f6580dd2b02e7f062bcc5d9707f86a13586 (patch)
tree5e010d01af795748f4e5fdd6b690361ef496a36d /lisp
parent73db8b08c9f739efe6a29670907a80a310b7a76c (diff)
downloademacs-b41c2f6580dd2b02e7f062bcc5d9707f86a13586.tar.gz
shr.el (shr-insert): Comment fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/shr.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/gnus/shr.el b/lisp/gnus/shr.el
index db609286c11..8641c196236 100644
--- a/lisp/gnus/shr.el
+++ b/lisp/gnus/shr.el
@@ -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)))