diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2003-12-30 22:15:07 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2003-12-30 22:15:07 +0000 |
commit | 33dfaf11e0b391f7773e94ac90b9f1a69766cced (patch) | |
tree | fc364780f945b6019e943b77b4781dd591c50736 /lispref/buffers.texi | |
parent | 8a37230a70acc8943ba45f52504179ddcc1a5468 (diff) | |
download | emacs-33dfaf11e0b391f7773e94ac90b9f1a69766cced.tar.gz |
Add anchor.
Diffstat (limited to 'lispref/buffers.texi')
-rw-r--r-- | lispref/buffers.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lispref/buffers.texi b/lispref/buffers.texi index 634838f903f..9cd9aa05fbb 100644 --- a/lispref/buffers.texi +++ b/lispref/buffers.texi @@ -223,6 +223,7 @@ form in @var{body}. The current buffer is restored even in case of an abnormal exit via @code{throw} or error (@pxref{Nonlocal Exits}). @end defmac +@anchor{Definition of with-temp-buffer} @defmac with-temp-buffer body... The @code{with-temp-buffer} macro evaluates the @var{body} forms with a temporary buffer as the current buffer. It saves the identity of |