diff options
| author | Juanma Barranquero | 2005-06-21 14:13:49 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-06-21 14:13:49 +0000 |
| commit | f0cdbdfa39012d5e3673cb8b47f06465d981224f (patch) | |
| tree | 963c6e32f562f122f4ff50194bb630ca5a20f114 /lispref | |
| parent | 23873c965cd10f20df6f62666d43acf940ca3126 (diff) | |
| download | emacs-f0cdbdfa39012d5e3673cb8b47f06465d981224f.tar.gz emacs-f0cdbdfa39012d5e3673cb8b47f06465d981224f.zip | |
Fix spellings.
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/anti.texi | 2 | ||||
| -rw-r--r-- | lispref/control.texi | 2 | ||||
| -rw-r--r-- | lispref/frames.texi | 2 |
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 |
| 387 | There is a new variable, @code{recursive-load-depth-limit}, which | 387 | There is a new variable, @code{recursive-load-depth-limit}, which |
| 388 | specifies how many times files can recursively load themselves; it is | 388 | specifies how many times files can recursively load themselves; it is |
| 389 | 50 by default, and nil means infinity. Previously, Emacs signalled an | 389 | 50 by default, and nil means infinity. Previously, Emacs signaled an |
| 390 | error after just 3 recursive loads, which was boring. | 390 | error 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 |
| 737 | processing normally aborts all or part of the running program and | 737 | processing normally aborts all or part of the running program and |
| 738 | returns to a point that is set up to handle the error | 738 | returns 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 |
| 1991 | This function returns the number of planes the display supports. | 1991 | This function returns the number of planes the display supports. |
| 1992 | This is typically the number of bits per pixel. | 1992 | This is typically the number of bits per pixel. |
| 1993 | For a tty display, it is log to base two of the number of colours supported. | 1993 | For 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 |