emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115330: Fix comment typo


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r115330: Fix comment typo
Date: Sun, 01 Dec 2013 15:36:02 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115330
revision-id: address@hidden
parent: address@hidden
author: RĂ¼diger Sonderfeld <address@hidden>
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sun 2013-12-01 16:35:59 +0100
message:
  Fix comment typo
  * net/shr.el (shr-tag-table): Fix comment typo.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/net/shr.el                shr.el-20101002102929-yfzewk55rsg0mn93-1
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-12-01 14:22:03 +0000
+++ b/lisp/ChangeLog    2013-12-01 15:35:59 +0000
@@ -1,3 +1,7 @@
+2013-12-01  RĂ¼diger Sonderfeld  <address@hidden>
+
+       * net/shr.el (shr-tag-table): Fix comment typo.
+
 2013-12-01  Lars Magne Ingebrigtsen  <address@hidden>
 
        * net/eww.el (eww-follow-link): New command to avoid reloading

=== modified file 'lisp/net/shr.el'
--- a/lisp/net/shr.el   2013-12-01 14:12:44 +0000
+++ b/lisp/net/shr.el   2013-12-01 15:35:59 +0000
@@ -1332,7 +1332,7 @@
        (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)))))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]