1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-01 08:17:38 +00:00

Fix comment typo

* net/shr.el (shr-tag-table): Fix comment typo.
This commit is contained in:
Rüdiger Sonderfeld 2013-12-01 16:35:59 +01:00 committed by Lars Magne Ingebrigtsen
parent 1af6643718
commit 8feacce0ea
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
* net/shr.el (shr-tag-table): Fix comment typo.
2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
* net/eww.el (eww-follow-link): New command to avoid reloading

View File

@ -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)))))