/[emacs]/emacs/lispintro/emacs-lisp-intro.texi
ViewVC logotype

Diff of /emacs/lispintro/emacs-lisp-intro.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by bob, Sun Jul 21 16:40:04 2002 UTC revision 1.17 by bob, Fri Aug 23 19:46:12 2002 UTC
# Line 21  Line 21 
21    
22  @comment %**end of header  @comment %**end of header
23    
24  @set edition-number 2.06  @set edition-number 2.07
25  @set update-date 2002 Jun  6  @set update-date 2002 Aug 23
26    
27  @ignore  @ignore
28   ## Summary of shell commands to create various output formats:   ## Summary of shell commands to create various output formats:
# Line 40  Line 40 
40      makeinfo --fill-column=70 --no-split --paragraph-indent=0 \      makeinfo --fill-column=70 --no-split --paragraph-indent=0 \
41      --verbose --no-headers --output=emacs-lisp-intro.txt emacs-lisp-intro.texi      --verbose --no-headers --output=emacs-lisp-intro.txt emacs-lisp-intro.texi
42    
43        ## DocBook output
44        makeinfo --docbook --no-split --paragraph-indent=0 \
45        --verbose emacs-lisp-intro.texi
46    
47        ## XML output
48        makeinfo --xml --no-split --paragraph-indent=0 \
49        --verbose emacs-lisp-intro.texi
50    
51  @end ignore  @end ignore
52    
53  @c ================ Included Figures ================  @c ================ Included Figures ================
# Line 216  Line 224 
224                          A simple introduction to Emacs Lisp programming.                          A simple introduction to Emacs Lisp programming.
225  @end direntry  @end direntry
226    
227  @ifinfo  @copying
228  This is an introduction to @cite{Programming in Emacs Lisp}, for  This is an introduction to @cite{Programming in Emacs Lisp}, for
229  people who are not programmers.  people who are not programmers.
230    
231  Edition @value{edition-number}, @value{update-date}  Edition @value{edition-number}, @value{update-date}
232    
233  Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1997, 2001, 2002 Free Software Foundation, Inc.  Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1997, 2001, 2002 Free Software Foundation, Inc.
234    @sp 2
235    
236    Published by the Free Software Foundation, Inc.@*
237    59 Temple Place, Suite 330@*
238    Boston, MA 02111-1307 USA@*
239    
240    Edition @value{edition-number}, @value{update-date}
241    
242    @c Printed copies are available for $30 each.@*
243    ISBN 1-882114-43-4
244    
245  Permission is granted to copy, distribute and/or modify this document  Permission is granted to copy, distribute and/or modify this document
246  under the terms of the GNU Free Documentation License, Version 1.1 or  under the terms of the GNU Free Documentation License, Version 1.1 or
# Line 235  Documentation License''. Line 253  Documentation License''.
253  (a) The FSF's Back-Cover Text is: ``You have freedom to copy and  (a) The FSF's Back-Cover Text is: ``You have freedom to copy and
254  modify this GNU Manual, like GNU software.  Copies published by the  modify this GNU Manual, like GNU software.  Copies published by the
255  Free Software Foundation raise funds for GNU development.''  Free Software Foundation raise funds for GNU development.''
256  @end ifinfo  @end copying
257    
258  @c half title; two lines here, so do not use `shorttitlepage'  @c half title; two lines here, so do not use `shorttitlepage'
259  @tex  @tex
# Line 259  Free Software Foundation raise funds for Line 277  Free Software Foundation raise funds for
277    
278  @page  @page
279  @vskip 0pt plus 1filll  @vskip 0pt plus 1filll
280  Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1997, 2001, 2002 Free Software Foundation, Inc.  @insertcopying
 @sp 2  
   
 Published by the Free Software Foundation, Inc.@*  
 59 Temple Place, Suite 330@*  
 Boston, MA 02111-1307 USA@*  
   
 Edition @value{edition-number}, @value{update-date}  
   
 @c Printed copies are available for $20 each.@*  
 ISBN 1-882114-43-4  
   
 Permission is granted to copy, distribute and/or modify this document  
 under the terms of the GNU Free Documentation License, Version 1.1 or  
 any later version published by the Free Software Foundation; there  
 being no Invariant Section, with the Front-Cover Texts being ``A GNU  
 Manual'', and with the Back-Cover Texts as in (a) below.  A copy of  
 the license is included in the section entitled ``GNU Free  
 Documentation License''.  
   
 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and  
 modify this GNU Manual, like GNU software.  Copies published by the  
 Free Software Foundation raise funds for GNU development.''  
281  @end titlepage  @end titlepage
282    
283  @iftex  @iftex
# Line 336  Free Software Foundation raise funds for Line 332  Free Software Foundation raise funds for
332  @node Top, Preface, (dir), (dir)  @node Top, Preface, (dir), (dir)
333  @top An Introduction to Programming in Emacs Lisp  @top An Introduction to Programming in Emacs Lisp
334    
335  This is an introduction to @cite{Programming in Emacs Lisp}, for  @insertcopying
 people who are not programmers.  
336    
337  This master menu first lists each chapter and index; then it lists  This master menu first lists each chapter and index; then it lists
338  every node in every chapter.  every node in every chapter.

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26