fix typo
authorJulien Danjou <julien@danjou.info>
Wed, 24 Nov 2010 22:32:12 +0000 (23:32 +0100)
committerJulien Danjou <julien@danjou.info>
Wed, 24 Nov 2010 22:44:12 +0000 (23:44 +0100)
Signed-off-by: Julien Danjou <julien@danjou.info>
lisp/ChangeLog
lisp/shr.el

index 707626c..2565116 100644 (file)
@@ -13,6 +13,8 @@
 
 2010-11-24  Julien Danjou  <julien@danjou.info>
 
+       * shr.el (shr-insert-background-overlay): Fix typo.
+
        * shr-color.el (shr-color-visible): Fix docstring.
 
        * shr.el (shr-tag-table): Add bgcolor support.
index 286cab1..aaa54c8 100644 (file)
@@ -535,7 +535,7 @@ ones, in case fg and bg are nil."
 
 (defun shr-insert-background-overlay (bg start)
   "Insert an overlay with background color BG at START.
-The overlay has read-advance set to t, so it will be used when
+The overlay has rear-advance set to t, so it will be used when
 text will be inserted at start."
   (when bg
     (let ((new-colors (shr-color-check nil bg)))