emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/macros.texi
Date: Sat, 26 Feb 2005 19:01:41 -0500

Index: emacs/lispref/macros.texi
diff -c emacs/lispref/macros.texi:1.18 emacs/lispref/macros.texi:1.19
*** emacs/lispref/macros.texi:1.18      Sun Nov 21 02:22:12 2004
--- emacs/lispref/macros.texi   Sun Feb 27 00:01:41 2005
***************
*** 140,152 ****
  
  @defun macroexpand-all form &optional environment
  @cindex macro expansion in entire form
- 
  @code{macroexpand-all} expands macros like @code{macroexpand}, but
  will look for and expand all macros in @var{form}, not just at the
! top-level.
! 
! In emacs-lisp, @code{macroexpand-all} guarantees that if no macros
! are expanded, the return value will be @code{eq} to @var{form}.
  
  Repeating the example used for @code{macroexpand} above with
  @code{macroexpand-all}, we see that @code{macroexpand-all} @emph{does}
--- 140,149 ----
  
  @defun macroexpand-all form &optional environment
  @cindex macro expansion in entire form
  @code{macroexpand-all} expands macros like @code{macroexpand}, but
  will look for and expand all macros in @var{form}, not just at the
! top-level.  If no macros are expanded, the return value is @code{eq}
! to @var{form}.
  
  Repeating the example used for @code{macroexpand} above with
  @code{macroexpand-all}, we see that @code{macroexpand-all} @emph{does}
***************
*** 715,721 ****
  @item @code{defun}
  Handle this function like a @samp{def} construct: treat the second
  line as the start of a @dfn{body}.
! @item a number, @var{number}
  The first @var{number} arguments of the function are
  @dfn{distinguished} arguments; the rest are considered the body
  of the expression.  A line in the expression is indented according to
--- 712,718 ----
  @item @code{defun}
  Handle this function like a @samp{def} construct: treat the second
  line as the start of a @dfn{body}.
! @item an integer, @var{number}
  The first @var{number} arguments of the function are
  @dfn{distinguished} arguments; the rest are considered the body
  of the expression.  A line in the expression is indented according to




reply via email to

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