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 | 95d555b1857b5c6a3b0cf6806dfdbeaa483e4f3c (patch) | |
tree | 83d844e11ab5f27b5ae54e7dfc8b240aab08b524 /lispref/buffers.texi | |
parent | 3f876f207160b80150a10d98b9f50b8a08c44d98 (diff) | |
download | emacs-95d555b1857b5c6a3b0cf6806dfdbeaa483e4f3c.tar.gz |
@ifinto -> @ifnottex.
Diffstat (limited to 'lispref/buffers.texi')
-rw-r--r-- | lispref/buffers.texi | 4 |
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 |