aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorJuanma Barranquero2005-06-21 14:13:49 +0000
committerJuanma Barranquero2005-06-21 14:13:49 +0000
commitf0cdbdfa39012d5e3673cb8b47f06465d981224f (patch)
tree963c6e32f562f122f4ff50194bb630ca5a20f114 /lispref
parent23873c965cd10f20df6f62666d43acf940ca3126 (diff)
downloademacs-f0cdbdfa39012d5e3673cb8b47f06465d981224f.tar.gz
emacs-f0cdbdfa39012d5e3673cb8b47f06465d981224f.zip
Fix spellings.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/anti.texi2
-rw-r--r--lispref/control.texi2
-rw-r--r--lispref/frames.texi2
3 files changed, 3 insertions, 3 deletions
diff --git a/lispref/anti.texi b/lispref/anti.texi
index c7a72f04df8..c1aa680525a 100644
--- a/lispref/anti.texi
+++ b/lispref/anti.texi
@@ -386,7 +386,7 @@ previously autoloaded.
386@item 386@item
387There is a new variable, @code{recursive-load-depth-limit}, which 387There is a new variable, @code{recursive-load-depth-limit}, which
388specifies how many times files can recursively load themselves; it is 388specifies how many times files can recursively load themselves; it is
38950 by default, and nil means infinity. Previously, Emacs signalled an 38950 by default, and nil means infinity. Previously, Emacs signaled an
390error after just 3 recursive loads, which was boring. 390error after just 3 recursive loads, which was boring.
391 391
392@item 392@item
diff --git a/lispref/control.texi b/lispref/control.texi
index 760e7bb82de..573a32b1cde 100644
--- a/lispref/control.texi
+++ b/lispref/control.texi
@@ -733,7 +733,7 @@ instead. @xref{Catch and Throw}.
733@subsubsection How to Signal an Error 733@subsubsection How to Signal an Error
734@cindex signaling errors 734@cindex signaling errors
735 735
736 @dfn{Signalling} an error means beginning error processing. Error 736 @dfn{Signaling} an error means beginning error processing. Error
737processing normally aborts all or part of the running program and 737processing normally aborts all or part of the running program and
738returns to a point that is set up to handle the error 738returns to a point that is set up to handle the error
739(@pxref{Processing of Errors}). Here we describe how to signal an 739(@pxref{Processing of Errors}). Here we describe how to signal an
diff --git a/lispref/frames.texi b/lispref/frames.texi
index 10035b76f9f..13921c0b6fc 100644
--- a/lispref/frames.texi
+++ b/lispref/frames.texi
@@ -1990,7 +1990,7 @@ quickly.
1990@tindex display-planes 1990@tindex display-planes
1991This function returns the number of planes the display supports. 1991This function returns the number of planes the display supports.
1992This is typically the number of bits per pixel. 1992This is typically the number of bits per pixel.
1993For a tty display, it is log to base two of the number of colours supported. 1993For a tty display, it is log to base two of the number of colors supported.
1994@end defun 1994@end defun
1995 1995
1996@defun display-visual-class &optional display 1996@defun display-visual-class &optional display