emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r110756: * doc/lispref/control.texi (


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110756: * doc/lispref/control.texi (Catch and Throw): Add xref to cl.texi.
Date: Wed, 31 Oct 2012 17:00:57 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110756
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2012-10-31 17:00:57 -0400
message:
  * doc/lispref/control.texi (Catch and Throw): Add xref to cl.texi.
modified:
  doc/lispref/ChangeLog
  doc/lispref/control.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-10-31 21:00:13 +0000
+++ b/doc/lispref/ChangeLog     2012-10-31 21:00:57 +0000
@@ -1,5 +1,7 @@
 2012-10-31  Glenn Morris  <address@hidden>
 
+       * control.texi (Catch and Throw): Add xref to cl.texi.
+
        * lists.texi (Sets And Lists): Point xref to better location.
 
        * errors.texi (Standard Errors):

=== modified file 'doc/lispref/control.texi'
--- a/doc/lispref/control.texi  2012-09-02 04:47:28 +0000
+++ b/doc/lispref/control.texi  2012-10-31 21:00:57 +0000
@@ -578,7 +578,8 @@
 @b{Common Lisp note:} Most other versions of Lisp, including Common Lisp,
 have several ways of transferring control nonsequentially: @code{return},
 @code{return-from}, and @code{go}, for example.  Emacs Lisp has only
address@hidden
address@hidden  The @file{cl-lib} library provides versions of some of
+these.  @xref{Blocks and Exits,,,cl,Common Lisp Extensions}.
 @end quotation
 
 @defspec catch tag address@hidden


reply via email to

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