diff man/lispref/tips.texi @ 5128:7be849cb8828 ben-lisp-object

merge
author Ben Wing <ben@xemacs.org>
date Sun, 07 Mar 2010 02:09:59 -0600
parents 99f8ebc082d9
children 9fae6227ede5
line wrap: on
line diff
--- a/man/lispref/tips.texi	Fri Mar 05 04:08:17 2010 -0600
+++ b/man/lispref/tips.texi	Sun Mar 07 02:09:59 2010 -0600
@@ -466,7 +466,7 @@
 @smallexample
 @group
 (setq base-version-list                 ; there was a base
-      (assoc (substring fn 0 start-vn)  ; version to which
+      (assoc (subseq fn 0 start-vn)     ; version to which
              file-version-assoc-list))  ; this looks like
                                         ; a subversion
 @end group