Small lispref update for cl-lib namespace changes
authorGlenn Morris <rgm@gnu.org>
Wed, 31 Oct 2012 20:59:04 +0000 (16:59 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 31 Oct 2012 20:59:04 +0000 (16:59 -0400)
* doc/lispref/errors.texi (Standard Errors):
* doc/lispref/loading.texi (Autoload): Update for cl-lib namespace changes.

doc/lispref/ChangeLog
doc/lispref/errors.texi
doc/lispref/loading.texi

index b7885e6..d7f33a4 100644 (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.
 
index b28ed6e..a57f74d 100644 (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
index 79fd352..3a511d3 100644 (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: