Mercurial > hg > xemacs-beta
comparison man/lispref/intro.texi @ 444:576fb035e263 r21-2-37
Import from CVS: tag r21-2-37
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:36:19 +0200 |
parents | 3ecd8885ac67 |
children | b05e2a249757 |
comparison
equal
deleted
inserted
replaced
443:a8296e22da4e | 444:576fb035e263 |
---|---|
1 @c -*-texinfo-*- | 1 @c -*-texinfo-*- |
2 @c This is part of the XEmacs Lisp Reference Manual. | 2 @c This is part of the XEmacs Lisp Reference Manual. |
3 @c Copyright (C) 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc. | 3 @c Copyright (C) 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc. |
4 @c See the file lispref.texi for copying conditions. | 4 @c See the file lispref.texi for copying conditions. |
5 @setfilename ../../info/intro.info | 5 @setfilename ../../info/intro.info |
6 | 6 |
7 @node Copying, Introduction, Top, Top | 7 @node Copying, Introduction, Top, Top |
8 @unnumbered GNU GENERAL PUBLIC LICENSE | 8 @unnumbered GNU GENERAL PUBLIC LICENSE |
366 | 366 |
367 @smallexample | 367 @smallexample |
368 Gnomovision version 69, Copyright (C) 19@var{yy} @var{name of author} | 368 Gnomovision version 69, Copyright (C) 19@var{yy} @var{name of author} |
369 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details | 369 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details |
370 type `show w'. This is free software, and you are welcome | 370 type `show w'. This is free software, and you are welcome |
371 to redistribute it under certain conditions; type `show c' | 371 to redistribute it under certain conditions; type `show c' |
372 for details. | 372 for details. |
373 @end smallexample | 373 @end smallexample |
374 | 374 |
375 The hypothetical commands @samp{show w} and @samp{show c} should show | 375 The hypothetical commands @samp{show w} and @samp{show c} should show |
376 the appropriate parts of the General Public License. Of course, the | 376 the appropriate parts of the General Public License. Of course, the |
384 | 384 |
385 @smallexample | 385 @smallexample |
386 @group | 386 @group |
387 Yoyodyne, Inc., hereby disclaims all copyright | 387 Yoyodyne, Inc., hereby disclaims all copyright |
388 interest in the program `Gnomovision' | 388 interest in the program `Gnomovision' |
389 (which makes passes at compilers) written | 389 (which makes passes at compilers) written |
390 by James Hacker. | 390 by James Hacker. |
391 | 391 |
392 @var{signature of Ty Coon}, 1 April 1989 | 392 @var{signature of Ty Coon}, 1 April 1989 |
393 Ty Coon, President of Vice | 393 Ty Coon, President of Vice |
394 @end group | 394 @end group |
439 This manual has gone through numerous drafts. It is nearly complete | 439 This manual has gone through numerous drafts. It is nearly complete |
440 but not flawless. There are a few topics that are not covered, either | 440 but not flawless. There are a few topics that are not covered, either |
441 because we consider them secondary (such as most of the individual | 441 because we consider them secondary (such as most of the individual |
442 modes) or because they are yet to be written. Because we are not able | 442 modes) or because they are yet to be written. Because we are not able |
443 to deal with them completely, we have left out several parts | 443 to deal with them completely, we have left out several parts |
444 intentionally. This includes most information about usage on VMS. | 444 intentionally. |
445 | 445 |
446 The manual should be fully correct in what it does cover, and it is | 446 The manual should be fully correct in what it does cover, and it is |
447 therefore open to criticism on anything it says---from specific examples | 447 therefore open to criticism on anything it says---from specific examples |
448 and descriptive text, to the ordering of chapters and sections. If | 448 and descriptive text, to the ordering of chapters and sections. If |
449 something is confusing, or you find that you have to look at the sources | 449 something is confusing, or you find that you have to look at the sources |
710 @menu | 710 @menu |
711 * A Sample Function Description:: A description of an imaginary | 711 * A Sample Function Description:: A description of an imaginary |
712 function, @code{foo}. | 712 function, @code{foo}. |
713 * A Sample Variable Description:: A description of an imaginary | 713 * A Sample Variable Description:: A description of an imaginary |
714 variable, | 714 variable, |
715 @code{electric-future-map}. | 715 @code{electric-future-map}. |
716 @end menu | 716 @end menu |
717 | 717 |
718 @node A Sample Function Description | 718 @node A Sample Function Description |
719 @subsubsection A Sample Function Description | 719 @subsubsection A Sample Function Description |
720 @cindex function descriptions | 720 @cindex function descriptions |