comparison lispref/loading.texi @ 27193:89afca54a135

@ifinto -> @ifnottex.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 05 Jan 2000 15:18:01 +0000
parents d2e5f1b7d8e2
children 5cfe77eaff45
comparison
equal deleted inserted replaced
27192:f70a80cecdd3 27193:89afca54a135
535 535
536 @noindent 536 @noindent
537 If the library uses @code{provide} to provide a named feature, you can 537 If the library uses @code{provide} to provide a named feature, you can
538 use @code{featurep} earlier in the file to test whether the 538 use @code{featurep} earlier in the file to test whether the
539 @code{provide} call has been executed before. 539 @code{provide} call has been executed before.
540 @ifinfo 540 @ifnottex
541 @xref{Named Features}. 541 @xref{Named Features}.
542 @end ifinfo 542 @end ifnottex
543 543
544 @node Named Features 544 @node Named Features
545 @section Features 545 @section Features
546 @cindex features 546 @cindex features
547 @cindex requiring features 547 @cindex requiring features