diff options
author | Glenn Morris <rgm@gnu.org> | 2012-02-25 12:59:46 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-02-25 12:59:46 -0800 |
commit | 7e05b1ec635842490a459b300a0e4194d7035c27 (patch) | |
tree | 1bf64e3af3796382e025fe29b4c97f5ebfa51e00 /doc/lispref/control.texi | |
parent | 27f3c6378b0e09d6e3c1b4b55b7e2fc5c22c8e65 (diff) | |
download | emacs-7e05b1ec635842490a459b300a0e4194d7035c27.tar.gz |
Checked errors.texi
* doc/lispref/errors.texi: Don't try to list _all_ the error symbols.
Add circular-list, cl-assertion-failed, compression-error.
* doc/lispref/elisp.texi, doc/lispref/vol1.texi, doc/lispref/vol2.texi:
* doc/lispref/control.texi (Error Symbols): Tweak "Standard Errors" description.
* admin/FOR-RELEASE: Related markup.
Diffstat (limited to 'doc/lispref/control.texi')
-rw-r--r-- | doc/lispref/control.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi index c23c93300a6..8c45a1a4faf 100644 --- a/doc/lispref/control.texi +++ b/doc/lispref/control.texi @@ -1234,7 +1234,7 @@ make it possible to categorize errors at various levels of generality when you write an error handler. Using error symbols alone would eliminate all but the narrowest level of classification. - @xref{Standard Errors}, for a list of all the standard error symbols + @xref{Standard Errors}, for a list of the main error symbols and their conditions. @node Cleanups |