summaryrefslogtreecommitdiff
path: root/lispref/buffers.texi
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2004-06-23 16:40:04 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2004-06-23 16:40:04 +0000
commit7baeca0c0e02d0c442b112573f9845b4a0cc38c0 (patch)
tree7d23c0b66dd6f8dee440ef98562a8b6e5ce689ec /lispref/buffers.texi
parentfacf1bca12f4be8f6846f3073f76d524d15c7c41 (diff)
downloademacs-7baeca0c0e02d0c442b112573f9845b4a0cc38c0.tar.gz
Reposition @anchor's.
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 723dae742ab..8391159c088 100644
--- a/lispref/buffers.texi
+++ b/lispref/buffers.texi
@@ -1,6 +1,6 @@
@c -*-texinfo-*-
@c This is part of the GNU Emacs Lisp Reference Manual.
-@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999
+@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2004
@c Free Software Foundation, Inc.
@c See the file elisp.texi for copying conditions.
@setfilename ../info/buffers
@@ -227,8 +227,8 @@ An error is signaled if @var{buffer-or-name} does not identify an
existing buffer.
@end defmac
-@anchor{Definition of with-temp-buffer}
@defmac with-temp-buffer body...
+@anchor{Definition of with-temp-buffer}
The @code{with-temp-buffer} macro evaluates the @var{body} forms
with a temporary buffer as the current buffer. It saves the identity of
the current buffer, creates a temporary buffer and makes it current,