summaryrefslogtreecommitdiff
path: root/lispref/buffers.texi
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-01-05 15:18:01 +0000
committerGerd Moellmann <gerd@gnu.org>2000-01-05 15:18:01 +0000
commit37680279159b37e6bcb20039988aff6a26204ad4 (patch)
treec8fdbf8abdf2de6c2b70285babc31b2a82b2403c /lispref/buffers.texi
parent9f286482cc42aa8647652c289ec96659732b8ef3 (diff)
downloademacs-37680279159b37e6bcb20039988aff6a26204ad4.tar.gz
@ifinto -> @ifnottex.
Diffstat (limited to 'lispref/buffers.texi')
-rw-r--r--lispref/buffers.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/buffers.texi b/lispref/buffers.texi
index fdc691ffabb..e97d4431992 100644
--- a/lispref/buffers.texi
+++ b/lispref/buffers.texi
@@ -37,7 +37,7 @@ not be displayed in any windows.
@comment node-name, next, previous, up
@section Buffer Basics
-@ifinfo
+@ifnottex
A @dfn{buffer} is a Lisp object containing text to be edited. Buffers
are used to hold the contents of files that are being visited; there may
also be buffers that are not visiting files. Although several buffers
@@ -45,7 +45,7 @@ normally exist, only one buffer is designated the @dfn{current
buffer} at any time. Most editing commands act on the contents of the
current buffer. Each buffer, including the current buffer, may or may
not be displayed in any windows.
-@end ifinfo
+@end ifnottex
Buffers in Emacs editing are objects that have distinct names and hold
text that can be edited. Buffers appear to Lisp programs as a special