diff lispref/lists.texi @ 27193:89afca54a135

@ifinto -> @ifnottex.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 05 Jan 2000 15:18:01 +0000
parents d2e5f1b7d8e2
children 5cfe77eaff45
line wrap: on
line diff
--- a/lispref/lists.texi	Wed Jan 05 15:15:41 2000 +0000
+++ b/lispref/lists.texi	Wed Jan 05 15:18:01 2000 +0000
@@ -907,10 +907,10 @@
 to them as arguments, relinking their cons cells to form a new list that
 is the returned value.
 
-@ifinfo
+@ifnottex
   See @code{delq}, in @ref{Sets And Lists}, for another function
 that modifies cons cells.
-@end ifinfo
+@end ifnottex
 @iftex
    The function @code{delq} in the following section is another example
 of destructive list manipulation.