From 9614322710d0ae9f9605d204fc0e57f28d7592ec Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 18 Jul 2002 15:04:29 +0000 Subject: [PATCH] (Fdefalias): Doc fix. --- src/data.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; { -- 2.39.2