changeset 48701:bfdd0deae843

Fix typo.
author Pavel Janík <Pavel@Janik.cz>
date Sat, 07 Dec 2002 13:38:26 +0000
parents df6767370b43
children 12a8bf4e1ce6
files lispref/display.texi lispref/internals.texi lispref/positions.texi lispref/searching.texi man/pcl-cvs.texi
diffstat 5 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/display.texi	Sat Dec 07 11:37:22 2002 +0000
+++ b/lispref/display.texi	Sat Dec 07 13:38:26 2002 +0000
@@ -2315,7 +2315,7 @@
 @item :align-to @var{hpos}
 Specifies that the space should be wide enough to reach @var{hpos}.  The
 value @var{hpos} is measured in units of the normal character width.  It
-may be an interer or a floating point number.
+may be an integer or a floating point number.
 @end table
 
   You should use one and only one of the above properties.  You can
--- a/lispref/internals.texi	Sat Dec 07 11:37:22 2002 +0000
+++ b/lispref/internals.texi	Sat Dec 07 13:38:26 2002 +0000
@@ -1422,7 +1422,7 @@
 Coding-system for encoding the output to this process.
 
 @item encoding_buf
-A working buffer for enecoding.
+A working buffer for encoding.
 
 @item encoding_carryover
 Size of carryover in encoding.
--- a/lispref/positions.texi	Sat Dec 07 11:37:22 2002 +0000
+++ b/lispref/positions.texi	Sat Dec 07 13:38:26 2002 +0000
@@ -21,7 +21,7 @@
 surrounding characters.  @xref{Markers}.
 
   See also the ``field'' feature (@pxref{Fields}), which provides
-functions that are used by many cursur-motion commands.
+functions that are used by many cursor-motion commands.
 
 @menu
 * Point::         The special position where editing takes place.
--- a/lispref/searching.texi	Sat Dec 07 11:37:22 2002 +0000
+++ b/lispref/searching.texi	Sat Dec 07 13:38:26 2002 +0000
@@ -532,7 +532,7 @@
 This last application is not a consequence of the idea of a
 parenthetical grouping; it is a separate feature that was assigned as a
 second meaning to the same @samp{\( @dots{} \)} construct because, in
-pratice, there was usually no conflict between the two meanings.  But
+practice, there was usually no conflict between the two meanings.  But
 occasionally there is a conflict, and that led to the introduction of
 shy groups.
 
--- a/man/pcl-cvs.texi	Sat Dec 07 11:37:22 2002 +0000
+++ b/man/pcl-cvs.texi	Sat Dec 07 13:38:26 2002 +0000
@@ -1,5 +1,5 @@
 \input texinfo  @c -*-texinfo-*-
-@c "@(#)$Name:  $:$Id: pcl-cvs.texi,v 1.16 2002/08/16 06:29:40 eggert Exp $"
+@c "@(#)$Name:  $:$Id: pcl-cvs.texi,v 1.17 2002/10/02 23:24:31 karl Exp $"
 @c %**start of header
 @setfilename ../info/pcl-cvs
 @settitle PCL-CVS --- Emacs Front-End to CVS
@@ -921,7 +921,7 @@
 @findex cvs-mode-add
 @findex cvs-mode-remove-file
 
-The following commands are available to make it easy to add fuiles to
+The following commands are available to make it easy to add files to
 and remove them from the CVS repository.
 
 @table @kbd