[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lispintro/emacs-lisp-intro.texi
From: |
Robert J. Chassell |
Subject: |
[Emacs-diffs] Changes to emacs/lispintro/emacs-lisp-intro.texi |
Date: |
Fri, 23 Aug 2002 15:46:13 -0400 |
Index: emacs/lispintro/emacs-lisp-intro.texi
diff -c emacs/lispintro/emacs-lisp-intro.texi:1.16
emacs/lispintro/emacs-lisp-intro.texi:1.17
*** emacs/lispintro/emacs-lisp-intro.texi:1.16 Sun Jul 21 12:40:04 2002
--- emacs/lispintro/emacs-lisp-intro.texi Fri Aug 23 15:46:12 2002
***************
*** 21,28 ****
@comment %**end of header
! @set edition-number 2.06
! @set update-date 2002 Jun 6
@ignore
## Summary of shell commands to create various output formats:
--- 21,28 ----
@comment %**end of header
! @set edition-number 2.07
! @set update-date 2002 Aug 23
@ignore
## Summary of shell commands to create various output formats:
***************
*** 40,45 ****
--- 40,53 ----
makeinfo --fill-column=70 --no-split --paragraph-indent=0 \
--verbose --no-headers --output=emacs-lisp-intro.txt emacs-lisp-intro.texi
+ ## DocBook output
+ makeinfo --docbook --no-split --paragraph-indent=0 \
+ --verbose emacs-lisp-intro.texi
+
+ ## XML output
+ makeinfo --xml --no-split --paragraph-indent=0 \
+ --verbose emacs-lisp-intro.texi
+
@end ignore
@c ================ Included Figures ================
***************
*** 216,228 ****
A simple introduction to Emacs Lisp programming.
@end direntry
! @ifinfo
This is an introduction to @cite{Programming in Emacs Lisp}, for
people who are not programmers.
Edition @value{edition-number}, @value{update-date}
! Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1997, 2001, 2002 Free
Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1 or
--- 224,246 ----
A simple introduction to Emacs Lisp programming.
@end direntry
! @copying
This is an introduction to @cite{Programming in Emacs Lisp}, for
people who are not programmers.
Edition @value{edition-number}, @value{update-date}
! Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1997, 2001, 2002
Free Software Foundation, Inc.
! @sp 2
!
! Published by the Free Software Foundation, address@hidden
! 59 Temple Place, Suite address@hidden
! Boston, MA 02111-1307 address@hidden
!
! Edition @value{edition-number}, @value{update-date}
!
! @c Printed copies are available for $30 address@hidden
! 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
***************
*** 235,241 ****
(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.''
! @end ifinfo
@c half title; two lines here, so do not use `shorttitlepage'
@tex
--- 253,259 ----
(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.''
! @end copying
@c half title; two lines here, so do not use `shorttitlepage'
@tex
***************
*** 259,287 ****
@page
@vskip 0pt plus 1filll
! Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1997, 2001, 2002
Free Software Foundation, Inc.
! @sp 2
!
! Published by the Free Software Foundation, address@hidden
! 59 Temple Place, Suite address@hidden
! Boston, MA 02111-1307 address@hidden
!
! Edition @value{edition-number}, @value{update-date}
!
! @c Printed copies are available for $20 address@hidden
! 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.''
@end titlepage
@iftex
--- 277,283 ----
@page
@vskip 0pt plus 1filll
! @insertcopying
@end titlepage
@iftex
***************
*** 336,343 ****
@node Top, Preface, (dir), (dir)
@top An Introduction to Programming in Emacs Lisp
! This is an introduction to @cite{Programming in Emacs Lisp}, for
! people who are not programmers.
This master menu first lists each chapter and index; then it lists
every node in every chapter.
--- 332,338 ----
@node Top, Preface, (dir), (dir)
@top An Introduction to Programming in Emacs Lisp
! @insertcopying
This master menu first lists each chapter and index; then it lists
every node in every chapter.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lispintro/emacs-lisp-intro.texi,
Robert J. Chassell <=