# HG changeset patch # User Richard M. Stallman # Date 1027004669 0 # Node ID 84a08db3c1e64b07bd2d1b97fb16c9733d07e224 # Parent 31c7343400b98e588ee1c9550e6866ac0aeb8627 (Fdefalias): Doc fix. diff -r 31c7343400b9 -r 84a08db3c1e6 src/data.c --- a/src/data.c Thu Jul 18 15:02:00 2002 +0000 +++ b/src/data.c Thu Jul 18 15:04:29 2002 +0000 @@ -708,7 +708,10 @@ 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; {