From: Rüdiger Sonderfeld Date: Sun, 1 Dec 2013 15:35:59 +0000 (+0100) Subject: Fix comment typo X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~605 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8feacce0ea243a23270b5941e07ffb5b5898f1f8;p=emacs.git Fix comment typo * net/shr.el (shr-tag-table): Fix comment typo. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4cb4a613d29..ca7226a1443 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-12-01 Rüdiger Sonderfeld + + * net/shr.el (shr-tag-table): Fix comment typo. + 2013-12-01 Lars Magne Ingebrigtsen * net/eww.el (eww-follow-link): New command to avoid reloading diff --git a/lisp/net/shr.el b/lisp/net/shr.el index a7f1f9c88f5..cc18707c8ae 100644 --- a/lisp/net/shr.el +++ b/lisp/net/shr.el @@ -1332,7 +1332,7 @@ ones, in case fg and bg are nil." (if caption `((tr (td ,@caption)))) (if header (if footer - ;; hader + body + footer + ;; header + body + footer (if (= nheader nbody) (if (= nbody nfooter) `((tr (td (table (tbody ,@header ,@body ,@footer)))))