summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-12-07 11:37:22 +0000
committerPavel Janík <Pavel@Janik.cz>2002-12-07 11:37:22 +0000
commit5fe3b9bcb49540d3dfcc9365d1a6bc7a7762336b (patch)
tree4b09f78621ee272fe5f67be6fbfb30771b751946 /lispref
parent4fbd67668e93f3402e4894cd25354c27961a09de (diff)
downloademacs-5fe3b9bcb49540d3dfcc9365d1a6bc7a7762336b.tar.gz
Fix typo.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/frames.texi2
-rw-r--r--lispref/modes.texi2
-rw-r--r--lispref/numbers.texi2
-rw-r--r--lispref/windows.texi2
4 files changed, 4 insertions, 4 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}.
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 --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
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 --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
(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 --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
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