diff options
| author | Richard M. Stallman | 1992-09-20 00:41:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-09-20 00:41:38 +0000 |
| commit | 4dcb1d268143d77f00005415305aecd5d3759520 (patch) | |
| tree | 3970267dbdf6b04495d14807b05a18ddf90166a4 /lib-src | |
| parent | 55badf85bbc018b5f19dacf0d78419e2384f3cfc (diff) | |
| download | emacs-4dcb1d268143d77f00005415305aecd5d3759520.tar.gz emacs-4dcb1d268143d77f00005415305aecd5d3759520.zip | |
entered into RCS
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/sorted-doc.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib-src/sorted-doc.c b/lib-src/sorted-doc.c index c14f13c37ca..129ce9c83b3 100644 --- a/lib-src/sorted-doc.c +++ b/lib-src/sorted-doc.c | |||
| @@ -205,6 +205,20 @@ main () | |||
| 205 | printf ("@settitle Command Summary for GNU Emacs\n"); | 205 | printf ("@settitle Command Summary for GNU Emacs\n"); |
| 206 | printf ("@unnumbered Command Summary for GNU Emacs\n"); | 206 | printf ("@unnumbered Command Summary for GNU Emacs\n"); |
| 207 | printf ("@table @asis\n"); | 207 | printf ("@table @asis\n"); |
| 208 | printf ("\n"); | ||
| 209 | printf ("@let@ITEM@item\n"); | ||
| 210 | printf ("@def@item{@filbreak@vskip5pt@ITEM}\n"); | ||
| 211 | printf ("@font@tensy cmsy10 scaled @magstephalf\n"); | ||
| 212 | printf ("@font@teni cmmi10 scaled @magstephalf\n"); | ||
| 213 | printf ("@def\\{{@tensy@char110}}\n"); /* this backslash goes with cmr10 */ | ||
| 214 | printf ("@def|{{@tensy@char106}}\n"); | ||
| 215 | printf ("@def@{{{@tensy@char102}}\n"); | ||
| 216 | printf ("@def@}{{@tensy@char103}}\n"); | ||
| 217 | printf ("@def<{{@teni@char62}}\n"); | ||
| 218 | printf ("@def>{{@teni@char60}}\n"); | ||
| 219 | printf ("@chardef@@64\n"); | ||
| 220 | printf ("@catcode43=12\n"); | ||
| 221 | printf ("@tableindent-0.2in\n"); | ||
| 208 | 222 | ||
| 209 | /* print each function from the array */ | 223 | /* print each function from the array */ |
| 210 | 224 | ||