Add explanatory comment
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Tue, 31 May 2011 15:44:43 -0600
changeset 221 58269f1b58b5
parent 220 a40600dec9a9
child 222 0177938db4f6
Add explanatory comment
editcommands.html
source.html
--- a/editcommands.html	Tue May 31 15:40:27 2011 -0600
+++ b/editcommands.html	Tue May 31 15:44:43 2011 -0600
@@ -2511,6 +2511,8 @@
 
   <li><a href=#fix-disallowed-ancestors>Fix disallowed ancestors</a> of each member of
   <var title="">descendants</var>.
+  <!-- We want to fix all descendants, not just children.  Consider
+  <div><li>foo</li></div>, for example. -->
 </ol>
 
 
--- a/source.html	Tue May 31 15:40:27 2011 -0600
+++ b/source.html	Tue May 31 15:44:43 2011 -0600
@@ -2505,6 +2505,8 @@
 
   <li><span>Fix disallowed ancestors</span> of each member of
   <var>descendants</var>.
+  <!-- We want to fix all descendants, not just children.  Consider
+  <div><li>foo</li></div>, for example. -->
 </ol>