diff options
| author | Pavel Janík | 2002-12-07 11:37:22 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-12-07 11:37:22 +0000 |
| commit | 5fe3b9bcb49540d3dfcc9365d1a6bc7a7762336b (patch) | |
| tree | 4b09f78621ee272fe5f67be6fbfb30771b751946 | |
| parent | 4fbd67668e93f3402e4894cd25354c27961a09de (diff) | |
| download | emacs-5fe3b9bcb49540d3dfcc9365d1a6bc7a7762336b.tar.gz emacs-5fe3b9bcb49540d3dfcc9365d1a6bc7a7762336b.zip | |
Fix typo.
| -rw-r--r-- | lispref/frames.texi | 2 | ||||
| -rw-r--r-- | lispref/modes.texi | 2 | ||||
| -rw-r--r-- | lispref/numbers.texi | 2 | ||||
| -rw-r--r-- | lispref/windows.texi | 2 | ||||
| -rw-r--r-- | man/ack.texi | 2 | ||||
| -rw-r--r-- | man/programs.texi | 2 | ||||
| -rw-r--r-- | man/regs.texi | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/lispref/frames.texi b/lispref/frames.texi index 909c2bc0ed6..9d9a0ce82c6 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi | |||
| @@ -1691,7 +1691,7 @@ variable to some other string, around a call to @code{x-get-resource}. | |||
| 1691 | 1691 | ||
| 1692 | The functions in this section describe the basic capabilities of a | 1692 | The functions in this section describe the basic capabilities of a |
| 1693 | particular display. Lisp programs can use them to adapt their behavior | 1693 | particular display. Lisp programs can use them to adapt their behavior |
| 1694 | to what the display can do. For example, a program that ordinarly uses | 1694 | to what the display can do. For example, a program that ordinarily uses |
| 1695 | a popup menu could use the minibuffer if popup menus are not supported. | 1695 | a popup menu could use the minibuffer if popup menus are not supported. |
| 1696 | 1696 | ||
| 1697 | The optional argument @var{display} in these functions specifies which | 1697 | The optional argument @var{display} in these functions specifies which |
diff --git a/lispref/modes.texi b/lispref/modes.texi index 65931150975..af38062706c 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi | |||
| @@ -1671,7 +1671,7 @@ variables @code{imenu-prev-index-position-function} and | |||
| 1671 | If this variable is non-@code{nil}, its value should be a function that | 1671 | If this variable is non-@code{nil}, its value should be a function that |
| 1672 | finds the next ``definition'' to put in the buffer index, scanning | 1672 | finds the next ``definition'' to put in the buffer index, scanning |
| 1673 | backward in the buffer from point. It should return @code{nil} if it | 1673 | backward in the buffer from point. It should return @code{nil} if it |
| 1674 | doesn't find another ``definition'' before point. Otherwise it shuould | 1674 | doesn't find another ``definition'' before point. Otherwise it should |
| 1675 | leave point at the place it finds a ``definition,'' and return any | 1675 | leave point at the place it finds a ``definition,'' and return any |
| 1676 | non-@code{nil} value. | 1676 | non-@code{nil} value. |
| 1677 | 1677 | ||
diff --git a/lispref/numbers.texi b/lispref/numbers.texi index e13bd04117a..534550159c2 100644 --- a/lispref/numbers.texi +++ b/lispref/numbers.texi | |||
| @@ -76,7 +76,7 @@ binary (radix 2), @samp{#O@var{integer}} reads @var{integer} in octal | |||
| 76 | (radix 8), @samp{#X@var{integer}} reads @var{integer} in hexadecimal | 76 | (radix 8), @samp{#X@var{integer}} reads @var{integer} in hexadecimal |
| 77 | (radix 16), and @samp{#@var{radix}r@var{integer}} reads @var{integer} | 77 | (radix 16), and @samp{#@var{radix}r@var{integer}} reads @var{integer} |
| 78 | in radix @var{radix} (where @var{radix} is between 2 and 36, | 78 | in radix @var{radix} (where @var{radix} is between 2 and 36, |
| 79 | inclusivley). Case is not significant for the letter after @samp{#} | 79 | inclusively). Case is not significant for the letter after @samp{#} |
| 80 | (@samp{B}, @samp{O}, etc.) that denotes the radix. | 80 | (@samp{B}, @samp{O}, etc.) that denotes the radix. |
| 81 | 81 | ||
| 82 | To understand how various functions work on integers, especially the | 82 | To understand how various functions work on integers, especially the |
diff --git a/lispref/windows.texi b/lispref/windows.texi index 3d73db065d9..4d7008607b9 100644 --- a/lispref/windows.texi +++ b/lispref/windows.texi | |||
| @@ -915,7 +915,7 @@ This variable determines if @code{display-buffer} should even out window | |||
| 915 | heights if the buffer gets displayed in an existing window, above or | 915 | heights if the buffer gets displayed in an existing window, above or |
| 916 | beneath another existing window. If @code{even-window-heights} is | 916 | beneath another existing window. If @code{even-window-heights} is |
| 917 | @code{t}, the default, window heights will be evened out. If | 917 | @code{t}, the default, window heights will be evened out. If |
| 918 | @code{even-window-heights} is @code{nil}, the orginal window heights | 918 | @code{even-window-heights} is @code{nil}, the original window heights |
| 919 | will be left alone. | 919 | will be left alone. |
| 920 | @end defopt | 920 | @end defopt |
| 921 | 921 | ||
diff --git a/man/ack.texi b/man/ack.texi index e104c4b2cc4..79bc8a54089 100644 --- a/man/ack.texi +++ b/man/ack.texi | |||
| @@ -896,7 +896,7 @@ asynchronous subprocesses on VMS. | |||
| 896 | 896 | ||
| 897 | @item | 897 | @item |
| 898 | Marko Rahamaa wrote @file{latin-3.el}, code which sets up | 898 | Marko Rahamaa wrote @file{latin-3.el}, code which sets up |
| 899 | case-conversion and syntax tables for the ISO Latin-3 charact set. | 899 | case-conversion and syntax tables for the ISO Latin-3 character set. |
| 900 | 900 | ||
| 901 | @item | 901 | @item |
| 902 | Ashwin Ram wrote @file{refer.el}, commands to look up references in | 902 | Ashwin Ram wrote @file{refer.el}, commands to look up references in |
diff --git a/man/programs.texi b/man/programs.texi index 6515d9e4145..ab557d4522d 100644 --- a/man/programs.texi +++ b/man/programs.texi | |||
| @@ -1844,7 +1844,7 @@ runs the hook @code{fortran-mode-hook} (@pxref{Hooks}). | |||
| 1844 | @cindex Fortran77 and Fortran90 | 1844 | @cindex Fortran77 and Fortran90 |
| 1845 | @findex f90-mode | 1845 | @findex f90-mode |
| 1846 | @findex fortran-mode | 1846 | @findex fortran-mode |
| 1847 | Fortan mode is meant for editing Fortran77 ``fixed format'' source | 1847 | Fortran mode is meant for editing Fortran77 ``fixed format'' source |
| 1848 | code. For editing the modern Fortran90 ``free format'' source code, | 1848 | code. For editing the modern Fortran90 ``free format'' source code, |
| 1849 | use F90 mode (@code{f90-mode}). Emacs normally uses Fortran mode for | 1849 | use F90 mode (@code{f90-mode}). Emacs normally uses Fortran mode for |
| 1850 | files with extension @samp{.f}, @samp{.F} or @samp{.for}, and F90 mode | 1850 | files with extension @samp{.f}, @samp{.F} or @samp{.for}, and F90 mode |
diff --git a/man/regs.texi b/man/regs.texi index ad14f5daddd..1ec319e5282 100644 --- a/man/regs.texi +++ b/man/regs.texi | |||
| @@ -196,7 +196,7 @@ numeric argument stores zero in the register. | |||
| 196 | 196 | ||
| 197 | @node RegFiles | 197 | @node RegFiles |
| 198 | @section Keeping File Names in Registers | 198 | @section Keeping File Names in Registers |
| 199 | @cindex saving fuile name in a register | 199 | @cindex saving file name in a register |
| 200 | 200 | ||
| 201 | If you visit certain file names frequently, you can visit them more | 201 | If you visit certain file names frequently, you can visit them more |
| 202 | conveniently if you put their names in registers. Here's the Lisp code | 202 | conveniently if you put their names in registers. Here's the Lisp code |