changeset 635:a90f7ebbad07

[xemacs-hg @ 2001-07-26 02:56:45 by youngs] 2001-07-25 Jim Horning <jim.horning@lmco.com> * xemacs/packages.texi (Package Terminology): * xemacs/packages.texi (Automatically): In itemize and enumerate lists @item should be on it's own line.
author youngs
date Thu, 26 Jul 2001 02:56:47 +0000
parents e668cb7f5670
children ae97e44a6527
files man/ChangeLog man/xemacs/packages.texi
diffstat 2 files changed, 20 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/man/ChangeLog	Wed Jul 25 07:39:18 2001 +0000
+++ b/man/ChangeLog	Thu Jul 26 02:56:47 2001 +0000
@@ -1,3 +1,9 @@
+2001-07-25  Jim Horning  <jim.horning@lmco.com>
+
+	* xemacs/packages.texi (Package Terminology):
+	* xemacs/packages.texi (Automatically):
+	In itemize and enumerate lists @item should be on it's own line.
+
 2001-07-02  Adrian Aichner  <adrian@xemacs.org>
 
 	* xemacs-faq.texi (Q1.0.14): Update information following a
--- a/man/xemacs/packages.texi	Wed Jul 25 07:39:18 2001 +0000
+++ b/man/xemacs/packages.texi	Thu Jul 26 02:56:47 2001 +0000
@@ -32,12 +32,14 @@
 There are two main flavors of packages.
 
 @itemize @bullet
-@item Regular Packages
+@item 
+Regular Packages
 @cindex regular packages
 A regular package is one in which multiple files are involved and one
 may not in general safely remove any of them.
 
-@item Single-File Packages
+@item 
+Single-File Packages
 @cindex single-file packages
 A single-file package is an aggregate collection of thematically
 related but otherwise independent lisp files.  These files are bundled 
@@ -247,7 +249,8 @@
 Packages".
 
 @enumerate 1
-@item Choose a download site.
+@item 
+Choose a download site.
 via menu: Options -> Manages Packages -> Add Download Site 
 via keyb: @code{M-x customize-variable RET package-get-remote RET}
 (put in the details of remote host and directory)
@@ -255,7 +258,8 @@
 If the package tarballs _AND_ the package-index file are in a
 local directory, you can: @code{M-x pui-add-install-directory RET}
 
-@item Obtain a list of packages and display the list in a buffer named
+@item 
+Obtain a list of packages and display the list in a buffer named
 @file{*Packages*}.
 menu: Options -> Manage Packages -> List & Install
 keyb: @code{M-x pui-list-packages RET}
@@ -319,11 +323,13 @@
 about the package to be displayed in the minibuffer.
 
 
-@item Choose the packages you wish to install.
+@item 
+Choose the packages you wish to install.
 mouse: Click button 2 on the package name.
  keyb: @kbd{RET} on the package name
 
-@item Make sure you have everything you need.
+@item 
+Make sure you have everything you need.
 menu: Packages -> Add Required
 keyb: @kbd{r}
 
@@ -334,7 +340,8 @@
 For novices and gurus alike, this step can save your bacon.
 It's easy to forget to install a critical package.
 
-@item Download and install the packages.
+@item 
+Download and install the packages.
 menu: Packages -> Install/Remove Selected
 keyb: @kbd{x}
 @end enumerate