]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorPavel Janík <Pavel@Janik.cz>
Sat, 7 Dec 2002 13:38:26 +0000 (13:38 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sat, 7 Dec 2002 13:38:26 +0000 (13:38 +0000)
lispref/display.texi
lispref/internals.texi
lispref/positions.texi
lispref/searching.texi
man/pcl-cvs.texi

index acbabfcb2e9fa88b987fc8789cbe682a71272cea..175456d5559b89105ca88d0f10355b9c928de29b 100644 (file)
@@ -2315,7 +2315,7 @@ character, multiplied by @var{factor}.
 @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
index 88167531c2b27cc24165284935169600a7a3e0e2..a6ddd02afe5be0246c174d7053b7f9e1b01cd705 100644 (file)
@@ -1422,7 +1422,7 @@ Size of carryover in decoding.
 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.
index 14fb7c18a34ad9103a315ed18984277f1af00019..a997774275da9c760f77185b6e16b0c43eb0dd30 100644 (file)
@@ -21,7 +21,7 @@ automatically when text is inserted or deleted so they stay with the
 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.
index 97ab5ed6c3c602aed321a9fb39de69a23f91c64e..7f586f8777a05764af01c865346652bba4f43db3 100644 (file)
@@ -532,7 +532,7 @@ To record a matched substring for future reference with
 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.
 
index 906ce0172de20810e46db8d7f843f902c12c0237..c6457237842e32af8e8cfd99dc80a06d158e941a 100644 (file)
@@ -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 @@ all selected files, and show the result in a temporary buffer
 @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