diff options
| author | RĂ¼diger Sonderfeld | 2013-12-01 16:35:59 +0100 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2013-12-01 16:35:59 +0100 |
| commit | 8feacce0ea243a23270b5941e07ffb5b5898f1f8 (patch) | |
| tree | fd993c95204e3baa35ed604bb1f37e431a586d2a | |
| parent | 1af6643718160f7dc5e5e2530f351a721248821b (diff) | |
| download | emacs-8feacce0ea243a23270b5941e07ffb5b5898f1f8.tar.gz emacs-8feacce0ea243a23270b5941e07ffb5b5898f1f8.zip | |
Fix comment typo
* net/shr.el (shr-tag-table): Fix comment typo.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/net/shr.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4cb4a613d29..ca7226a1443 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-12-01 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de> | ||
| 2 | |||
| 3 | * net/shr.el (shr-tag-table): Fix comment typo. | ||
| 4 | |||
| 1 | 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 6 | ||
| 3 | * net/eww.el (eww-follow-link): New command to avoid reloading | 7 | * 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." | |||
| 1332 | (if caption `((tr (td ,@caption)))) | 1332 | (if caption `((tr (td ,@caption)))) |
| 1333 | (if header | 1333 | (if header |
| 1334 | (if footer | 1334 | (if footer |
| 1335 | ;; hader + body + footer | 1335 | ;; header + body + footer |
| 1336 | (if (= nheader nbody) | 1336 | (if (= nheader nbody) |
| 1337 | (if (= nbody nfooter) | 1337 | (if (= nbody nfooter) |
| 1338 | `((tr (td (table (tbody ,@header ,@body ,@footer))))) | 1338 | `((tr (td (table (tbody ,@header ,@body ,@footer))))) |