comparison man/lispref/compile.texi @ 298:70ad99077275 r21-0b47

Import from CVS: tag r21-0b47
author cvs
date Mon, 13 Aug 2007 10:39:40 +0200
parents 262b8bb4a523
children 8626e4521993
comparison
equal deleted inserted replaced
297:deca3c1083ac 298:70ad99077275
481 481
482 @defun make-byte-code &rest elements 482 @defun make-byte-code &rest elements
483 This function constructs and returns a compiled-function object 483 This function constructs and returns a compiled-function object
484 with @var{elements} as its elements. 484 with @var{elements} as its elements.
485 485
486 @emph{NOTE:} Unlike all other Emacs-lisp functions, calling this with 486 @emph{Please note:} Unlike all other Emacs-lisp functions, calling this with
487 five arguments is @emph{not} the same as calling it with six arguments, 487 five arguments is @emph{not} the same as calling it with six arguments,
488 the last of which is @code{nil}. If the @var{interactive} arg is 488 the last of which is @code{nil}. If the @var{interactive} arg is
489 specified as @code{nil}, then that means that this function was defined 489 specified as @code{nil}, then that means that this function was defined
490 with @code{(interactive)}. If the arg is not specified, then that means 490 with @code{(interactive)}. If the arg is not specified, then that means
491 the function is not interactive. This is terrible behavior which is 491 the function is not interactive. This is terrible behavior which is