# HG changeset patch # User Pavel Jank # Date 1039261042 0 # Node ID df6767370b43c9c0dd72672cb75a0c60c23f9def # Parent c912a632b4a215ce61dfb3a89b4da76b6185b903 Fix typo. diff -r c912a632b4a2 -r df6767370b43 lispref/frames.texi --- a/lispref/frames.texi Sat Dec 07 05:22:27 2002 +0000 +++ b/lispref/frames.texi Sat Dec 07 11:37:22 2002 +0000 @@ -1691,7 +1691,7 @@ 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 diff -r c912a632b4a2 -r df6767370b43 lispref/modes.texi --- a/lispref/modes.texi Sat Dec 07 05:22:27 2002 +0000 +++ b/lispref/modes.texi Sat Dec 07 11:37:22 2002 +0000 @@ -1671,7 +1671,7 @@ 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. diff -r c912a632b4a2 -r df6767370b43 lispref/numbers.texi --- a/lispref/numbers.texi Sat Dec 07 05:22:27 2002 +0000 +++ b/lispref/numbers.texi Sat Dec 07 11:37:22 2002 +0000 @@ -76,7 +76,7 @@ (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 diff -r c912a632b4a2 -r df6767370b43 lispref/windows.texi --- a/lispref/windows.texi Sat Dec 07 05:22:27 2002 +0000 +++ b/lispref/windows.texi Sat Dec 07 11:37:22 2002 +0000 @@ -915,7 +915,7 @@ 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 diff -r c912a632b4a2 -r df6767370b43 man/ack.texi --- a/man/ack.texi Sat Dec 07 05:22:27 2002 +0000 +++ b/man/ack.texi Sat Dec 07 11:37:22 2002 +0000 @@ -896,7 +896,7 @@ @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 diff -r c912a632b4a2 -r df6767370b43 man/programs.texi --- a/man/programs.texi Sat Dec 07 05:22:27 2002 +0000 +++ b/man/programs.texi Sat Dec 07 11:37:22 2002 +0000 @@ -1844,7 +1844,7 @@ @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 diff -r c912a632b4a2 -r df6767370b43 man/regs.texi --- a/man/regs.texi Sat Dec 07 05:22:27 2002 +0000 +++ b/man/regs.texi Sat Dec 07 11:37:22 2002 +0000 @@ -196,7 +196,7 @@ @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