From 41a07deefbc6ac865d4ef028122ea0745d6f94b0 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Tue, 10 Apr 2012 14:10:16 +0300 Subject: order special variables in the documentation alphabetically --- doc/index.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'doc') 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 clutu and with-html-output
  • with-html-output-to-string
  • *attribute-quote-char* -
  • *prologue* +
  • *downcase-tokens-p*
  • *html-empty-tag-aware-p*
  • *html-empty-tags* -
  • *downcase-tokens-p* +
  • *prologue*
  • esc
  • fmt
  • htm @@ -527,12 +527,12 @@ This character is used as the quote character when building attributes. Defaults


    [Special variable] -
    *prologue* +
    *downcase-tokens-p*


    -This is the prologue string which will be printed if the prologue keyword argument to WITH-HTML-OUTPUT is T. Gets changed when you set HTML-MODE. Its initial value is - -
    "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">"
    +If the value of this variable is NIL, 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 T.


    [Special variable] @@ -560,12 +560,12 @@ The initial value is the list


    [Special variable] -
    *downcase-tokens-p* +
    *prologue*


    -If the value of this variable is NIL, 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 T. +This is the prologue string which will be printed if the prologue keyword argument to WITH-HTML-OUTPUT is T. Gets changed when you set HTML-MODE. Its initial value is + +
    "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">"


    [Symbol] -- cgit v1.2.3