Mercurial > hg > xemacs-beta
changeset 4488:6b0000935adc
Spelling fixes.
author | "Ville Skyttä <scop@xemacs.org>" |
---|---|
date | Sat, 26 Jul 2008 13:50:27 +0300 |
parents | 866b84b7c97e |
children | b75b075a9041 d402d7b18bd8 772c80e0e180 742a23369b74 |
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 |
diffstat | 7 files changed, 18 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- 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 Ville Skyttä <scop@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@parhasard.net> * lispref/objects.texi (Character Type):
--- 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 @@ @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 @@ @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
--- 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 @@ 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 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.
--- 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 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 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
--- 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 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 -@file{pgkinfo/MANIFEST.pkgname} file which list all the files belonging +@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 -@file{pkinfo/MANIFEST.pkgname} and manually delete the files. Instead, use +@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
--- 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 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 @@ @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 @@ 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}.
--- 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} 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@@xemacs.org}.