emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lispref/compile.texi
Date: Mon, 17 Oct 2005 02:45:48 -0400

Index: emacs/lispref/compile.texi
diff -c emacs/lispref/compile.texi:1.23 emacs/lispref/compile.texi:1.24
*** emacs/lispref/compile.texi:1.23     Wed Aug 10 14:29:00 2005
--- emacs/lispref/compile.texi  Mon Oct 17 06:45:48 2005
***************
*** 401,407 ****
    These features permit you to write code to be evaluated during
  compilation of a program.
  
! @defspec eval-and-compile body
  This form marks @var{body} to be evaluated both when you compile the
  containing code and when you run it (whether compiled or not).
  
--- 401,407 ----
    These features permit you to write code to be evaluated during
  compilation of a program.
  
! @defspec eval-and-compile address@hidden
  This form marks @var{body} to be evaluated both when you compile the
  containing code and when you run it (whether compiled or not).
  
***************
*** 410,416 ****
  preferable when @var{body} is large.
  @end defspec
  
! @defspec eval-when-compile body
  This form marks @var{body} to be evaluated at compile time but not when
  the compiled program is loaded.  The result of evaluation by the
  compiler becomes a constant which appears in the compiled program.  If
--- 410,416 ----
  preferable when @var{body} is large.
  @end defspec
  
! @defspec eval-when-compile address@hidden
  This form marks @var{body} to be evaluated at compile time but not when
  the compiled program is loaded.  The result of evaluation by the
  compiler becomes a constant which appears in the compiled program.  If
***************
*** 470,476 ****
  @c This is implemented with a defun, but conceptually it is
  @c a special form.
  
! @defspec with-no-warnings body...
  In execution, this is equivalent to @code{(progn @var{body}...)},
  but the compiler does not issue warnings for anything that occurs
  inside @var{body}.
--- 470,476 ----
  @c This is implemented with a defun, but conceptually it is
  @c a special form.
  
! @defspec with-no-warnings address@hidden
  In execution, this is equivalent to @code{(progn @var{body}...)},
  but the compiler does not issue warnings for anything that occurs
  inside @var{body}.




reply via email to

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