comparison lispref/functions.texi @ 76841:fc9d442f98d2

Improve indexing.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 31 Mar 2007 17:27:34 +0000
parents 4f96f3f74c69
children fba5b366a207
comparison
equal deleted inserted replaced
76840:0cdcaf11fa80 76841:fc9d442f98d2
582 without any hesitation or notification. Redefining a function already 582 without any hesitation or notification. Redefining a function already
583 defined is often done deliberately, and there is no way to distinguish 583 defined is often done deliberately, and there is no way to distinguish
584 deliberate redefinition from unintentional redefinition. 584 deliberate redefinition from unintentional redefinition.
585 @end defspec 585 @end defspec
586 586
587 @cindex function aliases
587 @defun defalias name definition &optional docstring 588 @defun defalias name definition &optional docstring
588 @anchor{Definition of defalias} 589 @anchor{Definition of defalias}
589 This special form defines the symbol @var{name} as a function, with 590 This special form defines the symbol @var{name} as a function, with
590 definition @var{definition} (which can be any valid Lisp function). 591 definition @var{definition} (which can be any valid Lisp function).
591 It returns @var{definition}. 592 It returns @var{definition}.