]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorPavel Janík <Pavel@Janik.cz>
Wed, 4 Dec 2002 07:50:39 +0000 (07:50 +0000)
committerPavel Janík <Pavel@Janik.cz>
Wed, 4 Dec 2002 07:50:39 +0000 (07:50 +0000)
12 files changed:
lispref/display.texi
lispref/frames.texi
lispref/internals.texi
lispref/modes.texi
lispref/numbers.texi
lispref/positions.texi
lispref/searching.texi
lispref/text.texi
lispref/windows.texi
man/ack.texi
man/pcl-cvs.texi
man/programs.texi

index d8dec0d3d3e05e6e144f0bb3e6392896f6d6d3d1..4624f9169ff85052a94a1dccb448918a35ffd01e 100644 (file)
@@ -2244,7 +2244,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
 
   Exactly one of the above properties should be used.  You can also
index 7d690139081677b234e17e35b4ea10e527aa14ff..3e1fdca1027e5baa350bd075a7a10d895bc4b6d0 100644 (file)
@@ -1631,7 +1631,7 @@ variable to some other string, around a call to @code{x-get-resource}.
 
   The functions in this section describe the basic capabilities of a
 particular display.  Lisp programs can use them to adapt their behavior
-to what the display can do.  For example, a program that ordinarly uses
+to what the display can do.  For example, a program that ordinarily uses
 a popup menu could use the minibuffer if popup menus are not supported.
 
   The optional argument @var{display} in these functions specifies which
index 8e4ee5987d5239edb0b5c3908ec2cf2233058357..24cc9044d21087193ddc833c56ba9fa0aab86aaf 100644 (file)
@@ -1409,7 +1409,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 49dcf4a240ebd64db437499f9a46fdb23c369c6a..2eeae91a191154e10dfeca3fba3da684929025e9 100644 (file)
@@ -1648,7 +1648,7 @@ variables @code{imenu-prev-index-position-function} and
 If this variable is non-@code{nil}, its value should be a function that
 finds the next ``definition'' to put in the buffer index, scanning
 backward in the buffer from point.  It should return @code{nil} if it
-doesn't find another ``definition'' before point.  Otherwise it shuould
+doesn't find another ``definition'' before point.  Otherwise it should
 leave point at the place it finds a ``definition,'' and return any
 non-@code{nil} value.
 
index 9689d5cedfec6d5a357c9751e0a5004c20dfd008..fc0fce9939602b8340d6e07edafb5aa28e71b55f 100644 (file)
@@ -76,7 +76,7 @@ binary (radix 2), @samp{#O@var{integer}} reads @var{integer} in octal
 (radix 8), @samp{#X@var{integer}} reads @var{integer} in hexadecimal
 (radix 16), and @samp{#@var{radix}r@var{integer}} reads @var{integer}
 in radix @var{radix} (where @var{radix} is between 2 and 36,
-inclusivley).  Case is not significant for the letter after @samp{#}
+inclusively).  Case is not significant for the letter after @samp{#}
 (@samp{B}, @samp{O}, etc.) that denotes the radix.
 
   To understand how various functions work on integers, especially the
index de19dcdef09d93d08e53d7f2cb4b1592dfffb87a..d3247dcf4a88034e6414358ccd89fab5909cdafd 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 a014080d8453a852d6cab5ef60c614e67e727332..2fe32cc5361ac3699546d240514327129453fd84 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 1952e6a0f8ca5b88a62fa1a7e762a95ee920c2fe..48180f71d1388ff48b74e4a4d6a0bc066e70bb85 100644 (file)
@@ -2945,7 +2945,7 @@ front-nonsticky by default, this makes @var{property} nonsticky in both
 directions by default.
 
 The text properties @code{front-sticky} and @code{rear-nonsticky}, when
-used, take precedence over the default @var{nonstickiness} specifed in
+used, take precedence over the default @var{nonstickiness} specified in
 @code{text-property-default-nonsticky}.
 @end defvar
 
index c71ee9f6e8743c1960687e9e0a0ebac1da3d7e8a..9ff3ceccddfb3b30a0cf69b187843ea543d85847 100644 (file)
@@ -911,7 +911,7 @@ This variable determines if @code{display-buffer} should even out window
 heights if the buffer gets displayed in an existing window, above or
 beneath another existing window.  If @code{even-window-heights} is
 @code{t}, the default, window heights will be evened out.  If
-@code{even-window-heights} is @code{nil}, the orginal window heights
+@code{even-window-heights} is @code{nil}, the original window heights
 will be left alone.
 @end defopt
 
index 35844641cf7c3e3bdb159efac7066743f4a079ee..fab6c030e35b134bee30dc3aca7d3a4ee5938cee 100644 (file)
@@ -1177,7 +1177,7 @@ Emacs text to Postscript.
 
 @item
 Tom Tromey and Chris Lindblad wrote @file{tcl.el}, a major mode for
-editing Tcl/Tk source files and running a Tcl interpeter as an Emacs
+editing Tcl/Tk source files and running a Tcl interpreter as an Emacs
 subprocess.
 
 @item
index 6f53ac0fc2c589d81d1c53ce7202afcc123557a9..236e4a8867dcfde3aec6e8910bcc2350e52a8f51 100644 (file)
@@ -1,6 +1,6 @@
 \input texinfo  @c -*-texinfo-*-
 
-@c "@(#)$Name:  $:$Id: pcl-cvs.texi,v 1.11 2001/02/13 00:00:30 fx Exp $"
+@c "@(#)$Name:  $:$Id: pcl-cvs.texi,v 1.12 2001/02/23 12:50:41 gerd Exp $"
 
 @c Documentation for the GNU Emacs CVS mode.
 @c Copyright (C) 1991,92,93,94,95,96,97,98,99,2000, 2001  Free Software Foundation, Inc.
@@ -952,7 +952,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
index ad562941431916099087d61ba13dcc7b1ea49638..9dcd704567420c02c550080606a49bff4e59d314 100644 (file)
@@ -1830,7 +1830,7 @@ runs the hook @code{fortran-mode-hook} (@pxref{Hooks}).
 @cindex Fortran77 and Fortran90
 @findex f90-mode
 @findex fortran-mode
-  Fortan mode is meant for editing Fortran77 ``fixed format'' source
+  Fortran mode is meant for editing Fortran77 ``fixed format'' source
 code.  For editing the modern Fortran90 ``free format'' source code,
 use F90 mode (@code{f90-mode}).  Emacs normally uses Fortran mode for
 files with extension @samp{.f}, @samp{.F} or @samp{.for}, and F90 mode