Show
Ignore:
Timestamp:
2006年05月13日 11時31分18秒 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lispref/compile.texi

    r4037 r4079  
    413413 
    414414@code{autoload} is also effectively @code{eval-and-compile} too.  It's 
    415 recognised when compiling, so uses of such a function don't produce 
     415recognized when compiling, so uses of such a function don't produce 
    416416``not known to be defined'' warnings. 
    417417 
     
    457457locally and only for use within the file.  They can be defined while 
    458458compiling, but then not needed when executing.  This is good for code 
    459 that's only a fallback for compability with other versions of Emacs. 
     459that's only a fallback for compatibility with other versions of Emacs. 
    460460For example. 
    461461