aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-10-31 16:59:04 -0400
committerGlenn Morris2012-10-31 16:59:04 -0400
commit0d8e94e92871fba4ccb0eaf756f16356704d2fb7 (patch)
tree049acdcd320174cb48d1db6e1a9ec71338c50046
parent5241598ae5c3b83529f6967f143b8c08055b663f (diff)
downloademacs-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.
-rw-r--r--doc/lispref/ChangeLog3
-rw-r--r--doc/lispref/errors.texi2
-rw-r--r--doc/lispref/loading.texi6
3 files changed, 7 insertions, 4 deletions
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 @@
12012-10-31 Glenn Morris <rgm@gnu.org> 12012-10-31 Glenn Morris <rgm@gnu.org>
2 2
3 * errors.texi (Standard Errors):
4 * loading.texi (Autoload): Update for cl-lib namespace changes.
5
3 * modes.texi (Defining Minor Modes): "Generalized Variables" 6 * modes.texi (Defining Minor Modes): "Generalized Variables"
4 section is now in this manual rather than cl.texi. 7 section is now in this manual rather than cl.texi.
5 8
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
67The message is @samp{Assertion failed}. This happens when the 67The 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
69Extensions}. 69Extensions}.
70 70
71@item coding-system-error 71@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:
520 520
521@table @asis 521@table @asis
522@item Definitions for function or function-like objects: 522@item Definitions for function or function-like objects:
523@code{defun} and @code{defmacro}; also @code{defun*} and 523@code{defun} and @code{defmacro}; also @code{cl-defun} and
524@code{defmacro*} (@pxref{Argument Lists,,,cl,CL Manual}), and 524@code{cl-defmacro} (@pxref{Argument Lists,,,cl,Common Lisp Extensions}),
525@code{define-overloadable-function} (see the commentary in 525and @code{define-overloadable-function} (see the commentary in
526@file{mode-local.el}). 526@file{mode-local.el}).
527 527
528@item Definitions for major or minor modes: 528@item Definitions for major or minor modes: