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.
This commit is contained in:
Glenn Morris 2012-10-31 16:59:04 -04:00
parent 5241598ae5
commit 0d8e94e928
3 changed files with 7 additions and 4 deletions

View file

@ -1,5 +1,8 @@
2012-10-31 Glenn Morris <rgm@gnu.org>
* errors.texi (Standard Errors):
* loading.texi (Autoload): Update for cl-lib namespace changes.
* modes.texi (Defining Minor Modes): "Generalized Variables"
section is now in this manual rather than cl.texi.

View file

@ -65,7 +65,7 @@ circular structure is encountered. @xref{Circular Objects}.
@item cl-assertion-failed
The message is @samp{Assertion failed}. This happens when the
@code{assert} macro fails a test. @xref{Assertions,,, cl, Common Lisp
@code{cl-assert} macro fails a test. @xref{Assertions,,, cl, Common Lisp
Extensions}.
@item coding-system-error

View file

@ -520,9 +520,9 @@ the following:
@table @asis
@item Definitions for function or function-like objects:
@code{defun} and @code{defmacro}; also @code{defun*} and
@code{defmacro*} (@pxref{Argument Lists,,,cl,CL Manual}), and
@code{define-overloadable-function} (see the commentary in
@code{defun} and @code{defmacro}; also @code{cl-defun} and
@code{cl-defmacro} (@pxref{Argument Lists,,,cl,Common Lisp Extensions}),
and @code{define-overloadable-function} (see the commentary in
@file{mode-local.el}).
@item Definitions for major or minor modes: