about summary refs log tree commit diff
path: root/Doc/META-FAQ.yo
blob: 01926460152388c30ef7cd57caf179ad6b228df2 (plain) (blame)
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
STARTDEF()
INCLUDEFILE(zmacros.yo)

def(startmenu)(0)(DELLINE)
def(endmenu)(0)(DELLINE)
def(menu)(1)(DELLINE)
def(texinode)(4)(DELLINE)
def(cindex)(1)(DELLINE)

def(sect)(1)(
SECTHEAD
ARG1
)

def(em)(1)(ARG1)
def(bf)(1)(ARG1)
def(tt)(1)(ARG1)
def(var)(1)(ARG1)
def(nofill)(1)(ARG1)

def(startitem)(0)(NEXTLINE DELLINE)
def(enditem)(0)(DELLINE)
def(item)(2)(
      ARG1+USECHARTABLE(indent2)ARG2 DELLINE USECHARTABLE(standard))

def(startlist)(0)(DELLINE)
def(endlist)(0)(DELLINE)
def(list)(1)(      ARG1)

DEFINECHARTABLE(standard)(
  '\n' = "\n"
)
DEFINECHARTABLE(indent2)(
  '\n' = "\n            "
)

ENDDEF()\
------------------------
META-FAQ for the Z Shell
------------------------

The latest version of this META-FAQ can be found at any of the FTP sites
listed below.
INCLUDEFILE(Zsh/metafaq.yo)\