diff options
| author | Glenn Morris | 2012-10-31 16:59:04 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-10-31 16:59:04 -0400 |
| commit | 0d8e94e92871fba4ccb0eaf756f16356704d2fb7 (patch) | |
| tree | 049acdcd320174cb48d1db6e1a9ec71338c50046 /doc/lispref/errors.texi | |
| parent | 5241598ae5c3b83529f6967f143b8c08055b663f (diff) | |
| download | emacs-0d8e94e92871fba4ccb0eaf756f16356704d2fb7.tar.gz emacs-0d8e94e92871fba4ccb0eaf756f16356704d2fb7.zip | |
Small lispref update for cl-lib namespace changes
* doc/lispref/errors.texi (Standard Errors):
* doc/lispref/loading.texi (Autoload): Update for cl-lib namespace changes.
Diffstat (limited to 'doc/lispref/errors.texi')
| -rw-r--r-- | doc/lispref/errors.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/errors.texi b/doc/lispref/errors.texi index b28ed6e84c4..a57f74d6c86 100644 --- a/doc/lispref/errors.texi +++ b/doc/lispref/errors.texi | |||
| @@ -65,7 +65,7 @@ circular structure is encountered. @xref{Circular Objects}. | |||
| 65 | 65 | ||
| 66 | @item cl-assertion-failed | 66 | @item cl-assertion-failed |
| 67 | The message is @samp{Assertion failed}. This happens when the | 67 | The message is @samp{Assertion failed}. This happens when the |
| 68 | @code{assert} macro fails a test. @xref{Assertions,,, cl, Common Lisp | 68 | @code{cl-assert} macro fails a test. @xref{Assertions,,, cl, Common Lisp |
| 69 | Extensions}. | 69 | Extensions}. |
| 70 | 70 | ||
| 71 | @item coding-system-error | 71 | @item coding-system-error |