From: Glenn Morris Date: Wed, 31 Oct 2012 20:59:04 +0000 (-0400) Subject: Small lispref update for cl-lib namespace changes X-Git-Tag: emacs-24.2.90~196 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0d8e94e92871fba4ccb0eaf756f16356704d2fb7;p=emacs.git 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. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index b7885e6b0a9..d7f33a462c1 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,5 +1,8 @@ 2012-10-31 Glenn Morris + * 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. 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}. @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 diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index 79fd352adfb..3a511d34829 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi @@ -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: