diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-01-05 15:18:01 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-01-05 15:18:01 +0000 |
commit | 37680279159b37e6bcb20039988aff6a26204ad4 (patch) | |
tree | c8fdbf8abdf2de6c2b70285babc31b2a82b2403c /lispref/loading.texi | |
parent | 9f286482cc42aa8647652c289ec96659732b8ef3 (diff) | |
download | emacs-37680279159b37e6bcb20039988aff6a26204ad4.tar.gz |
@ifinto -> @ifnottex.
Diffstat (limited to 'lispref/loading.texi')
-rw-r--r-- | lispref/loading.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/loading.texi b/lispref/loading.texi index bf012df7155..2901522fe24 100644 --- a/lispref/loading.texi +++ b/lispref/loading.texi @@ -537,9 +537,9 @@ has been loaded before: If the library uses @code{provide} to provide a named feature, you can use @code{featurep} earlier in the file to test whether the @code{provide} call has been executed before. -@ifinfo +@ifnottex @xref{Named Features}. -@end ifinfo +@end ifnottex @node Named Features @section Features |