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:
parent
1af6643718
commit
8feacce0ea
@ -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
|
||||
|
@ -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)))))
|
||||
|
Loading…
Reference in New Issue
Block a user