emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116525: doc/lispref/functions.texi (Declare Form):


From: Juanma Barranquero
Subject: [Emacs-diffs] trunk r116525: doc/lispref/functions.texi (Declare Form): Fix typo in previous change.
Date: Sat, 22 Feb 2014 03:46:28 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116525
revision-id: address@hidden
parent: address@hidden
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sat 2014-02-22 04:46:18 +0100
message:
  doc/lispref/functions.texi (Declare Form): Fix typo in previous change.
modified:
  doc/lispref/functions.texi     
functions.texi-20091113204419-o5vbwnq5f7feedwu-6182
=== modified file 'doc/lispref/functions.texi'
--- a/doc/lispref/functions.texi        2014-02-22 03:39:10 +0000
+++ b/doc/lispref/functions.texi        2014-02-22 03:46:18 +0000
@@ -1583,9 +1583,9 @@
 @item (compiler-macro @var{expander})
 This can only be used for functions, and tells the compiler to use
 @var{expander} as an optimization function.  When encountering a call to the
-function, of the form @code{(@var{function} @address@hidden)}, the macro
+function, of the form @code{(@var{function} @address@hidden)}, the macro
 expander will call @var{expander} with that form as well as with
address@hidden@dots, and @var{expander} can either return a new expression to 
use
address@hidden@dots{}, and @var{expander} can either return a new expression to 
use
 instead of the function call, or it can return just the form unchanged,
 to indicate that the function call should be left alone.  @var{expander} can
 be a symbol, or it can be a form @code{(lambda (@var{arg}) @var{body})} in


reply via email to

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