emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/buffers.texi [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/buffers.texi [lexbind]
Date: Tue, 06 Jul 2004 07:01:26 -0400

Index: emacs/lispref/buffers.texi
diff -c emacs/lispref/buffers.texi:1.24.2.5 emacs/lispref/buffers.texi:1.24.2.6
*** emacs/lispref/buffers.texi:1.24.2.5 Tue Apr 27 14:08:34 2004
--- emacs/lispref/buffers.texi  Tue Jul  6 10:20:17 2004
***************
*** 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   Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/buffers
--- 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, 2004
  @c   Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/buffers
***************
*** 227,234 ****
  existing buffer.
  @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
  the current buffer, creates a temporary buffer and makes it current,
--- 227,234 ----
  existing buffer.
  @end defmac
  
  @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,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]