aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/windows.texi
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-01-05 15:18:01 +0000
committerGerd Moellmann <[email protected]>2000-01-05 15:18:01 +0000
commit37680279159b37e6bcb20039988aff6a26204ad4 (patch)
treec8fdbf8abdf2de6c2b70285babc31b2a82b2403c /lispref/windows.texi
parent9f286482cc42aa8647652c289ec96659732b8ef3 (diff)
@ifinto -> @ifnottex.
Diffstat (limited to 'lispref/windows.texi')
-rw-r--r--lispref/windows.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/lispref/windows.texi b/lispref/windows.texi
index 673214e9ab..7dfb42fac5 100644
--- a/lispref/windows.texi
+++ b/lispref/windows.texi
@@ -592,9 +592,9 @@ display buffers in windows in a precisely controlled fashion.
@iftex
See the following section for
@end iftex
-@ifinfo
+@ifnottex
@xref{Displaying Buffers}, for
-@end ifinfo
+@end ifnottex
related functions that find a window to use and specify a buffer for it.
The functions described there are easier to use than these, but they
employ heuristics in choosing or creating a window; use these functions
@@ -698,9 +698,9 @@ window.
@iftex
See the preceding section for
@end iftex
-@ifinfo
+@ifnottex
@xref{Buffers and Windows}, for
-@end ifinfo
+@end ifnottex
low-level functions that give you more precise control. All of these
functions work by calling @code{set-window-buffer}.