From 7baeca0c0e02d0c442b112573f9845b4a0cc38c0 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Wed, 23 Jun 2004 16:40:04 +0000 Subject: Reposition @anchor's. --- lispref/buffers.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lispref/buffers.texi') 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, -- cgit v1.2.1