diff options
author | Nikodemus Siivola <nikodemus@random-state.net> | 2012-04-10 14:10:16 +0300 |
---|---|---|
committer | Nikodemus Siivola <nikodemus@random-state.net> | 2012-04-10 14:16:26 +0300 |
commit | 41a07deefbc6ac865d4ef028122ea0745d6f94b0 (patch) | |
tree | a41cc371c427ea7a925a7f84592462b4b6168a55 | |
parent | d1475440828123bf27a9a1f5ff977f92769e8e64 (diff) | |
download | tl-who-41a07deefbc6ac865d4ef028122ea0745d6f94b0.tar.gz tl-who-41a07deefbc6ac865d4ef028122ea0745d6f94b0.tar.bz2 tl-who-41a07deefbc6ac865d4ef028122ea0745d6f94b0.zip |
order special variables in the documentation alphabetically
-rw-r--r-- | doc/index.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/index.html b/doc/index.html index 4871cb2..151a2ee 100644 --- a/doc/index.html +++ b/doc/index.html @@ -90,10 +90,10 @@ CL-WHO is for example used by <a href="http://clutu.com/">clutu</a> and <a href= <li><a href="#with-html-output"><code>with-html-output</code></a> <li><a href="#with-html-output-to-string"><code>with-html-output-to-string</code></a> <li><a href="#*attribute-quote-char*"><code>*attribute-quote-char*</code></a> - <li><a href="#*prologue*"><code>*prologue*</code></a> + <li><a href="#*downcase-tokens-p*"><code>*downcase-tokens-p*</code></a> <li><a href="#*html-empty-tag-aware-p*"><code>*html-empty-tag-aware-p*</code></a> <li><a href="#*html-empty-tags*"><code>*html-empty-tags*</code></a> - <li><a href="#*downcase-tokens-p*"><code>*downcase-tokens-p*</code></a> + <li><a href="#*prologue*"><code>*prologue*</code></a> <li><a href="#esc"><code>esc</code></a> <li><a href="#fmt"><code>fmt</code></a> <li><a href="#htm"><code>htm</code></a> @@ -527,12 +527,12 @@ This character is used as the quote character when building attributes. Defaults </blockquote> <p><br>[Special variable] -<br><a class=none name="*prologue*"><b>*prologue*</b></a> +<br><a class=none name="*downcase-tokens-p*"><b>*downcase-tokens-p*</b></a> <blockquote><br> -This is the prologue string which will be printed if the <code><i>prologue</i></code> keyword argument to <a href="#with-html-output"><code>WITH-HTML-OUTPUT</code></a> is <code>T</code>. Gets changed when you set <a href="#html-mode"><code>HTML-MODE</code></a>. Its initial value is - -<pre>"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">"</pre> +If the value of this variable is <code>NIL</code>, keyword symbols representing a tag or attribute name will not be +automatically converted to lowercase. This is useful when one needs to +output case sensitive XML. The default is <code>T</code>. </blockquote> <p><br>[Special variable] @@ -560,12 +560,12 @@ The initial value is the list </blockquote> <p><br>[Special variable] -<br><a class=none name="*downcase-tokens-p*"><b>*downcase-tokens-p*</b></a> +<br><a class=none name="*prologue*"><b>*prologue*</b></a> <blockquote><br> -If the value of this variable is <code>NIL</code>, keyword symbols representing a tag or attribute name will not be -automatically converted to lowercase. This is useful when one needs to -output case sensitive XML. The default is <code>T</code>. +This is the prologue string which will be printed if the <code><i>prologue</i></code> keyword argument to <a href="#with-html-output"><code>WITH-HTML-OUTPUT</code></a> is <code>T</code>. Gets changed when you set <a href="#html-mode"><code>HTML-MODE</code></a>. Its initial value is + +<pre>"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">"</pre> </blockquote> <p><br>[Symbol] |