summaryrefslogtreecommitdiff
path: root/doc/lispref/loading.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-10-31 16:59:04 -0400
committerGlenn Morris <rgm@gnu.org>2012-10-31 16:59:04 -0400
commit0d8e94e92871fba4ccb0eaf756f16356704d2fb7 (patch)
tree049acdcd320174cb48d1db6e1a9ec71338c50046 /doc/lispref/loading.texi
parent5241598ae5c3b83529f6967f143b8c08055b663f (diff)
downloademacs-0d8e94e92871fba4ccb0eaf756f16356704d2fb7.tar.gz
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/loading.texi')
-rw-r--r--doc/lispref/loading.texi6
1 files changed, 3 insertions, 3 deletions
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: