]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorPavel Janík <Pavel@Janik.cz>
Sat, 7 Dec 2002 11:37:22 +0000 (11:37 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sat, 7 Dec 2002 11:37:22 +0000 (11:37 +0000)
lispref/frames.texi
lispref/modes.texi
lispref/numbers.texi
lispref/windows.texi
man/ack.texi
man/programs.texi
man/regs.texi

index 909c2bc0ed63dc81fa4d87b8aac57a11b531128c..9d9a0ce82c6ee4fc94ba75706445d259df2b9a92 100644 (file)
@@ -1691,7 +1691,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 65931150975d6267541444e3c0a3324d8363687e..af38062706c0f5e841e49f5d88f828c7351cebaa 100644 (file)
@@ -1671,7 +1671,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 e13bd04117a2c83a0534a041b8153eac0a2d10ec..534550159c2e77cfd4af90509a4a77c4937c5774 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 3d73db065d93682cc2d0b56ed008d4e935b35d5b..4d7008607b9bc8ebf511d2e7e9b495058ac20dcd 100644 (file)
@@ -915,7 +915,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 e104c4b2cc49cc5c517ee7bcad77342cbe53d117..79bc8a54089601ada1399d36065402975d0969cd 100644 (file)
@@ -896,7 +896,7 @@ asynchronous subprocesses on VMS.
 
 @item
 Marko Rahamaa wrote @file{latin-3.el}, code which sets up
-case-conversion and syntax tables for the ISO Latin-3 charact set.
+case-conversion and syntax tables for the ISO Latin-3 character set.
 
 @item
 Ashwin Ram wrote @file{refer.el}, commands to look up references in
index 6515d9e4145bb34fbed93e80bca516a97496966b..ab557d4522de9d80156ef3304bd6afd1b438cebf 100644 (file)
@@ -1844,7 +1844,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
index ad14f5daddd4f5a1368d0ae3e2467e2f973e2f14..1ec319e5282393eca7323c1885de06ea452179fd 100644 (file)
@@ -196,7 +196,7 @@ numeric argument stores zero in the register.
 
 @node RegFiles
 @section Keeping File Names in Registers
-@cindex saving fuile name in a register
+@cindex saving file name in a register
 
   If you visit certain file names frequently, you can visit them more
 conveniently if you put their names in registers.  Here's the Lisp code