emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110754: Small lispref update for cl-


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110754: Small lispref update for cl-lib namespace changes
Date: Wed, 31 Oct 2012 16:59:04 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110754
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2012-10-31 16:59:04 -0400
message:
  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.
modified:
  doc/lispref/ChangeLog
  doc/lispref/errors.texi
  doc/lispref/loading.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-10-31 20:56:55 +0000
+++ b/doc/lispref/ChangeLog     2012-10-31 20:59:04 +0000
@@ -1,5 +1,8 @@
 2012-10-31  Glenn Morris  <address@hidden>
 
+       * 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.
 

=== modified file 'doc/lispref/errors.texi'
--- a/doc/lispref/errors.texi   2012-10-05 05:57:24 +0000
+++ b/doc/lispref/errors.texi   2012-10-31 20:59:04 +0000
@@ -65,7 +65,7 @@
 
 @item cl-assertion-failed
 The message is @samp{Assertion failed}.  This happens when the
address@hidden macro fails a test.  @xref{Assertions,,, cl, Common Lisp
address@hidden macro fails a test.  @xref{Assertions,,, cl, Common Lisp
 Extensions}.
 
 @item coding-system-error

=== modified file 'doc/lispref/loading.texi'
--- a/doc/lispref/loading.texi  2012-10-31 19:23:06 +0000
+++ b/doc/lispref/loading.texi  2012-10-31 20:59:04 +0000
@@ -520,9 +520,9 @@
 
 @table @asis
 @item Definitions for function or function-like objects:
address@hidden and @code{defmacro}; also @code{defun*} and
address@hidden (@pxref{Argument Lists,,,cl,CL Manual}), and
address@hidden (see the commentary in
address@hidden and @code{defmacro}; also @code{cl-defun} and
address@hidden (@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:


reply via email to

[Prev in Thread] Current Thread [Next in Thread]