emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/README


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/README
Date: Fri, 21 Dec 2001 03:57:09 -0500

Index: emacs/README
diff -c emacs/README:1.26 emacs/README:1.27
*** emacs/README:1.26   Sat Nov 24 07:01:44 2001
--- emacs/README        Fri Dec 21 03:57:09 2001
***************
*** 52,82 ****
  
  There are several subdirectories:
  
! `src' holds the C code for Emacs (the Emacs Lisp interpreter and its
!     primitives, the redisplay code, and some basic editing functions).
! `lisp' holds the Emacs Lisp code for Emacs (most everything else).
! `lib-src' holds the source code for some utility programs for use by
!     or with Emacs, like movemail and etags.
! `etc' holds miscellaneous architecture-independent data files
!     Emacs uses, like the tutorial text and the Zippy the Pinhead quote
!     database.  The contents of the `lisp', `info', `man', and `lispref'
!     subdirectories are architecture-independent too.
! 
! `info' holds the Info documentation tree for Emacs.
! `man' holds the source code for the Emacs Manual.  If you modify the
!       manual sources, you will need the `makeinfo' program to produce
!       an updated manual.  `makeinfo' is part of the GNU Texinfo
!       package; you need version 4.0 or later of Texinfo.
! `lispref' holds the source code for the Emacs Lisp reference manual.
  `lispintro' holds the source code for the Introduction to Programming
              in Emacs Lisp manual.
  
! `msdos' holds configuration files for compiling Emacs under MSDOG.
! `vms' holds instructions and useful files for running Emacs under VMS.
! `nt' holds various command files and documentation files that pertain
!      to running Emacs on Windows NT.
! `mac' holds instructions, sources, and other useful files for building
!       and running Emacs on the Mac.
  
     Building Emacs on non-Posix platforms requires to install tools
  that aren't part of the standard distribution of the OS.  The
--- 52,86 ----
  
  There are several subdirectories:
  
! `src'       holds the C code for Emacs (the Emacs Lisp interpreter and
!             its primitives, the redisplay code, and some basic editing 
!             functions).
! `lisp'      holds the Emacs Lisp code for Emacs (most everything else).
! `leim'      holds the library of Emacs input methods, Lisp code and 
!             auxiliary data files required to type international characters
!             which can't be directly produced by your keyboard.
! `lib-src'   holds the source code for some utility programs for use by or
!             with Emacs, like movemail and etags.
! `etc'       holds miscellaneous architecture-independent data files
!             Emacs uses, like the tutorial text and the Zippy the Pinhead
!             quote database.  The contents of the `lisp', `leim', `info',
!             `man', `lispref', and `lispintro' subdirectories are
!             architecture-independent too.
! `info'      holds the Info documentation tree for Emacs.
! `man'       holds the source code for the Emacs Manual.  If you modify the
!             manual sources, you will need the `makeinfo' program to produce
!             an updated manual.  `makeinfo' is part of the GNU Texinfo
!             package; you need version 4.0 or later of Texinfo.
! `lispref'   holds the source code for the Emacs Lisp reference manual.
  `lispintro' holds the source code for the Introduction to Programming
              in Emacs Lisp manual.
  
! `msdos'     holds configuration files for compiling Emacs under MSDOG.
! `vms'       holds instructions and useful files for running Emacs under VMS.
! `nt'        holds various command files and documentation files that pertain
!             to building and running Emacs on Windows 9X/ME/NT/2000/XP.
! `mac'       holds instructions, sources, and other useful files for building
!             and running Emacs on the Mac.
  
     Building Emacs on non-Posix platforms requires to install tools
  that aren't part of the standard distribution of the OS.  The



reply via email to

[Prev in Thread] Current Thread [Next in Thread]