changeset: 4488:6b0000935adc3f79cb189350d6014d4b4aff734e
tag: tip
user: "Ville SkyttÀ <scop(a)xemacs.org>"
date: Sat Jul 26 13:50:27 2008 +0300
files: man/ChangeLog man/xemacs/custom.texi man/xemacs/frame.texi
man/xemacs/mule.texi man/xemacs/packages.texi man/xemacs/programs.texi
man/xemacs/trouble.texi
description:
Spelling fixes.
diff -r 866b84b7c97e05aa9d2fabe6ace194f19611018a -r
6b0000935adc3f79cb189350d6014d4b4aff734e man/ChangeLog
--- a/man/ChangeLog Sat Jul 26 11:50:26 2008 +0200
+++ b/man/ChangeLog Sat Jul 26 13:50:27 2008 +0300
@@ -1,3 +1,9 @@ 2008-07-26 Aidan Kehoe <kehoea@parhasa
+2008-07-26 Ville Skyttä <scop(a)xemacs.org>
+
+ * xemacs/custom.texi, xemacs/frame.texi, xemacs/mule.texi,
+ xemacs/packages.texi, xemacs/programs.texi, xemacs/trouble.texi:
+ Spelling fixes.
+
2008-07-26 Aidan Kehoe <kehoea(a)parhasard.net>
* lispref/objects.texi (Character Type):
diff -r 866b84b7c97e05aa9d2fabe6ace194f19611018a -r
6b0000935adc3f79cb189350d6014d4b4aff734e man/xemacs/custom.texi
--- a/man/xemacs/custom.texi Sat Jul 26 11:50:26 2008 +0200
+++ b/man/xemacs/custom.texi Sat Jul 26 13:50:27 2008 +0300
@@ -136,7 +136,7 @@ behavior (denoted by a symbol), and enab
@c functions to enable or disable a given behavior. The behavior registry
@c was introduced in XEmacs 21.5.6.
@c
-@c @defun enable-behavior behavior &optionl force
+@c @defun enable-behavior behavior &optional force
@c Called interactively, prompt the user, read a behavior symbol name with
@c completion for @var{behavior}, and take @var{force} from the prefix
@c argument. Then enable the behavior registered under the symbol
@@ -2282,7 +2282,7 @@ convention which is @emph{precise}, @emp
@emph{convenient}. Precision means that all properties available in the
programming API can be individually specified. Accuracy means that the
truename of the font is exactly the list of all properties specified by
-the font. Thus, the anomolies that occur with XLFDs on many servers
+the font. Thus, the anomalies that occur with XLFDs on many servers
(including modern Linux distributions with XFree86 or X.org servers)
cannot occur. Convenience is subjective, of course. However,
@file{fontconfig} provides a configuration system which (1) explicitly
diff -r 866b84b7c97e05aa9d2fabe6ace194f19611018a -r
6b0000935adc3f79cb189350d6014d4b4aff734e man/xemacs/frame.texi
--- a/man/xemacs/frame.texi Sat Jul 26 11:50:26 2008 +0200
+++ b/man/xemacs/frame.texi Sat Jul 26 13:50:27 2008 +0300
@@ -343,7 +343,7 @@ XEmacsen, the @samp{Mule} menu will be m
XEmacs scrollbars provide the usual interface. Arrow buttons at either
end allow for line by line scrolling, including autorepeat. Clicking in
-the scrollbar itself provides scrolling by windowsfull, depending on
+the scrollbar itself provides scrolling by a windowful, depending on
which side of the slider is clicked. The slider itself may be dragged
for smooth scrolling.
@@ -400,7 +400,7 @@ example, change every time the selected
example, change every time the selected buffer in the frame changes.
And for progress gauges a gutter to contain the gauge is typically
created on the fly when needed, then destroyed when the operation whose
-staus is being displayed is completed.
+status is being displayed is completed.
Buffer tabs, having somewhat complex behavior, deserve a closer look.
By default, a row of buffer tabs is displayed at the top of every frame.
diff -r 866b84b7c97e05aa9d2fabe6ace194f19611018a -r
6b0000935adc3f79cb189350d6014d4b4aff734e man/xemacs/mule.texi
--- a/man/xemacs/mule.texi Sat Jul 26 11:50:26 2008 +0200
+++ b/man/xemacs/mule.texi Sat Jul 26 13:50:27 2008 +0300
@@ -509,7 +509,7 @@ Normally, unification works in the backg
Normally, unification works in the background by installing
@code{unity-sanity-check} on @code{write-region-pre-hook}.
Unification is on by default for the ISO-8859 Latin sets. The user
-activates this functionality for other chacter set families by
+activates this functionality for other character set families by
invoking @code{enable-unification}, either interactively or in her
init file. @xref{Init File, , , xemacs}. Unification can be
deactivated by invoking @code{disable-unification}.
@@ -1041,7 +1041,7 @@ possible to use a single Latin coded cha
possible to use a single Latin coded character set before saving the
buffer.
-Because the problem is rarely noticable in editing a buffer, but tends
+Because the problem is rarely noticeable in editing a buffer, but tends
to manifest when that buffer is exported to a file or process,
unification uses the strategy of examining the buffer prior to export.
If use of multiple Latin coded character sets is detected, unification
diff -r 866b84b7c97e05aa9d2fabe6ace194f19611018a -r
6b0000935adc3f79cb189350d6014d4b4aff734e man/xemacs/packages.texi
--- a/man/xemacs/packages.texi Sat Jul 26 11:50:26 2008 +0200
+++ b/man/xemacs/packages.texi Sat Jul 26 13:50:27 2008 +0300
@@ -392,11 +392,11 @@ Because the exact files and their locati
Because 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
-(a)file{pgkinfo/MANIFEST.pkgname} file which list all the files belonging
+(a)file{pkginfo/MANIFEST.pkgname} file which lists all the files belonging
to the package.
No need to panic, you don't have to go through the
-(a)file{pkinfo/MANIFEST.pkgname} and manually delete the files. Instead, use
+(a)file{pkginfo/MANIFEST.pkgname} and manually delete the files. Instead, use
@code{M-x package-get-delete-package RET}.
Note that the interactive package tools included with XEmacs already do
diff -r 866b84b7c97e05aa9d2fabe6ace194f19611018a -r
6b0000935adc3f79cb189350d6014d4b4aff734e man/xemacs/programs.texi
--- a/man/xemacs/programs.texi Sat Jul 26 11:50:26 2008 +0200
+++ b/man/xemacs/programs.texi Sat Jul 26 13:50:27 2008 +0300
@@ -75,7 +75,7 @@ supported by XEmacs. Examples include Ad
supported by XEmacs. Examples include Ada, Awk, C, C++, CORBA (IDL),
Fortran, Java, Lisp, Modula 2, Objective-C, Perl, Pike, Prolog, Python,
Ruby, Scheme, Simula, SQL, Tcl, Unix Shell scripts, and VHDL. Some of
-these language have seperate manuals, and some times more than one mode
+these language have separate manuals, and some times more than one mode
may be available for a language. For example, there are several
variants of Lisp mode, which differ in the way they interface to Lisp
execution. @xref{Lisp Modes}.
@@ -1649,7 +1649,7 @@ few of the the supported styles are list
@itemize @bullet
@item
-``gnu'' --- The recommeded style from the Free Software Foundation for
+``gnu'' --- The recommended style from the Free Software Foundation for
GNU software.
@item
``k&r'' --- The classic style from Kernighan and Ritchie.
@@ -1693,7 +1693,7 @@ initialization file (@pxref{Init File})
Most customizations for indentation in various CC modes can be
accomplished by choosing a style and then choosing value for
@code{c-basic-offset} that meets the local coding convention. CC Mode
-has a very customizable indentation engine and a furthur discussion is
+has a very customizable indentation engine and a further discussion is
really beyond the scope of this manual. @xref{Indentation
Engine,,,cc-mode,The CC Mode Manual}.
diff -r 866b84b7c97e05aa9d2fabe6ace194f19611018a -r
6b0000935adc3f79cb189350d6014d4b4aff734e man/xemacs/trouble.texi
--- a/man/xemacs/trouble.texi Sat Jul 26 11:50:26 2008 +0200
+++ b/man/xemacs/trouble.texi Sat Jul 26 13:50:27 2008 +0300
@@ -392,7 +392,7 @@ The newsgroup @samp{comp.emacs.xemacs} m
The newsgroup @samp{comp.emacs.xemacs} may be used for bug reports,
other discussions and requests for assistance.
-If you don't have access to this newgroup, you can subscribe to the
+If you don't have access to this newsgroup, you can subscribe to the
mailing list version: the newsgroup is bidirectionally gatewayed into
the mailing list @samp{xemacs@(a)xemacs.org}.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches