emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/doc/misc/cl.texi,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/doc/misc/cl.texi,v
Date: Fri, 30 May 2008 03:02:05 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/05/30 03:02:04

Index: cl.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/misc/cl.texi,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- cl.texi     5 Apr 2008 23:01:25 -0000       1.5
+++ cl.texi     30 May 2008 03:02:04 -0000      1.6
@@ -2599,7 +2599,7 @@
 internal temporary variable.  The loops
 
 @example
-(loop repeat n do ...)
+(loop repeat (1+ n) do ...)
 (loop for temp to n do ...)
 @end example
 




reply via email to

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