File: default-lowercase-list.sgm

package info (click to toggle)
docbook-dsssl-doc 1.75-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,672 kB
  • ctags: 8
  • sloc: makefile: 37
file content (49 lines) | stat: -rw-r--r-- 1,187 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<RefEntry id="default-lowercase-list">
<!-- This file is generated automatically from the DSSSL source. -->
<!-- Do not edit this file! -->
<?html-filename default-lowercase-list.html>

<RefMeta>
  <RefEntryTitle>default-lowercase-list</RefEntryTitle>
  <RefMiscInfo Role="file">dblib.dsl</RefMiscInfo>
</RefMeta>

<RefNameDiv>
  <RefName>default-lowercase-list</RefName>
  <RefPurpose>The default list of lowercase characters</RefPurpose>
</RefNameDiv>

<RefSynopsisDiv><Title>Synopsis</Title>
<Synopsis>
default-lowercase-list
</Synopsis>
</RefSynopsisDiv>

<RefSect1><Title>Description</Title>

<para>
The default list of lowercase characters.  The order and sequence
of characters
in this list must match the order and sequence in 
<literal>default-uppercase-list</literal>.</para>


</RefSect1>

<RefSect1><Title>Author</Title>

<para>
Norman Walsh, &lt;ndw@nwalsh.com&gt;
</para>
</RefSect1>
<RefSect1><Title>Source Code</Title>

<ProgramListing>
(define default-lowercase-list
  ;; The default list of lowercase characters
  '(#\a #\b #\c #\d #\e #\f #\g #\h #\i #\j #\k #\l #\m
    #\n #\o #\p #\q #\r #\s #\t #\u #\v #\w #\x #\y #\z))
</ProgramListing>
</RefSect1>

</RefEntry>