changeset 4311:ee41a739fba3

Spelling fixes.
author "Ville Skyttä <scop@xemacs.org>"
date Thu, 06 Dec 2007 23:35:22 +0200
parents a6d7e031a10b
children 1094d6d400fb
files man/xemacs-faq.texi
diffstat 1 files changed, 11 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/man/xemacs-faq.texi	Thu Dec 06 20:10:16 2007 +0100
+++ b/man/xemacs-faq.texi	Thu Dec 06 23:35:22 2007 +0200
@@ -823,7 +823,7 @@
 @item Device subsystems
 @itemize @minus
 @item
-X Windows: Jamie Zawinksi, Ben Wing, others
+X Windows: Jamie Zawinski, Ben Wing, others
 @item
 GTK: William Perry, Malcolm Purvis
 @item
@@ -887,7 +887,7 @@
 @item
 Steve Youngs currently produces the beta releases (???).
 @item
-Steve Youngs, Ville Skytta, and now Norbert Koch have taken turns
+Steve Youngs, Ville Skyttä, and now Norbert Koch have taken turns
 maintaining the packages.
 @item
 Vin Shelton maintains the stable releases.
@@ -3290,7 +3290,7 @@
 Note that XEmacs finds the packages automatically anywhere underneath
 the directory tree where it expects to find the packages.  All you
 need to do is put stuff there; you don't need to run any program to
-tell XEmacs to find the packges, or do anything of that sort.
+tell XEmacs to find the packages, or do anything of that sort.
 
 However, XEmacs will only notice newly installed packages when it
 starts up, so you will have to restart if you are already running
@@ -3441,10 +3441,10 @@
 
 As the exact files and their locations contained in a package may
 change it is recommended to remove a package first before installing a
-new version. In order to facilitate removal each package contains an
-pgkinfo/MANIFEST.pkgname file which list all the files belong to the
-package. M-x package-admin-delete-binary-package RET can be used to
-remove a package using this file.
+new version. In order to facilitate removal each package contains a
+pkginfo/MANIFEST.pkgname file which lists all the files belonging to
+the package. M-x package-admin-delete-binary-package RET can be used
+to remove a package using this file.
 
 Note that the interactive package tools included with XEmacs already do
 this for you.
@@ -3536,7 +3536,7 @@
 
 A typical error: FTP Error: USER request failed; 500 AUTH not understood.
 
-Thanks to giacomo boffi @email{giacomo.boffi@@polimi.it} who recommends
+Thanks to Giacomo Boffi @email{giacomo.boffi@@polimi.it} who recommends
 on comp.emacs.xemacs:
 
    tell your ftp client to not attempt AUTH authentication (or do not
@@ -7159,7 +7159,7 @@
 @node Q6.1.6, Q6.2.1, Q6.1.5, Internet
 @unnumberedsubsec Q6.1.6: Customization of VM not covered in the manual, or here.
 
-@email{boffi@@hp735.stru.polimi.it, giacomo boffi} writes:
+@email{boffi@@hp735.stru.polimi.it, Giacomo Boffi} writes:
 
 @quotation
 The meta-answer is to look into the file @file{vm-vars.el}, in the vm
@@ -7350,7 +7350,7 @@
 (setq load-path (nconc load-path '("foo" "bar")))
 @end lisp
 
-@email{keithh@@nortel.ca, keith (k.p.) hanlan} writes:
+@email{keithh@@nortel.ca, Keith (k.p.) Hanlan} writes:
 
 @quotation
 To add directories using Unix shell metacharacters use
@@ -8289,7 +8289,7 @@
 development branches, one "stable" and one "experimental".  Periodic
 releases happen in both branches, but those in the experimental branch
 are not tested as well, and there's no guarantee they will work at all.
-The experiemental branch is open to any and all code that's acceptable
+The experimental branch is open to any and all code that's acceptable
 to the developers; the stable branch, however, is in general limited
 only to bug fixes, and all contributions are carefully reviewed to make
 sure they will increase and not decrease stability.