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/windows.texi | |
parent | 9f286482cc42aa8647652c289ec96659732b8ef3 (diff) | |
download | emacs-37680279159b37e6bcb20039988aff6a26204ad4.tar.gz |
@ifinto -> @ifnottex.
Diffstat (limited to 'lispref/windows.texi')
-rw-r--r-- | lispref/windows.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lispref/windows.texi b/lispref/windows.texi index 673214e9ab9..7dfb42fac51 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}. |