From: Richard M. Stallman Date: Thu, 18 Jul 2002 15:04:29 +0000 (+0000) Subject: (Fdefalias): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~14002 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9614322710d0ae9f9605d204fc0e57f28d7592ec;p=emacs.git (Fdefalias): Doc fix. --- diff --git a/src/data.c b/src/data.c index 0bd50ef4a3d..88d9f25d2eb 100644 --- a/src/data.c +++ b/src/data.c @@ -708,7 +708,10 @@ extern Lisp_Object Qfunction_documentation; DEFUN ("defalias", Fdefalias, Sdefalias, 2, 3, 0, doc: /* Set SYMBOL's function definition to DEFINITION, and return DEFINITION. -Associates the function with the current load file, if any. */) +Associates the function with the current load file, if any. +The optional third argument DOCSTRING specifies the documentation string +for SYMBOL; if it is omitted or nil, SYMBOL uses the documentation string +determined by DEFINITION. */) (symbol, definition, docstring) register Lisp_Object symbol, definition, docstring; {