From 6d59ebc35cc3bdb50506491b104d493640fb7da7 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Fri, 31 Oct 2003 17:25:20 +0000 Subject: [PATCH] (Fdefvaralias): Doc fix. --- src/eval.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/eval.c b/src/eval.c index 9e2ab1b1337..e5dba1b888f 100644 --- a/src/eval.c +++ b/src/eval.c @@ -701,8 +701,8 @@ DEFUN ("defvaralias", Fdefvaralias, Sdefvaralias, 2, 3, 0, doc: /* Make SYMBOL a variable alias for symbol ALIASED. Setting the value of SYMBOL will subsequently set the value of ALIASED, and getting the value of SYMBOL will return the value ALIASED has. -ALIASED nil means remove the alias; SYMBOL is unbound after that. -Third arg DOCSTRING, if non-nil, is documentation for SYMBOL. */) +Third arg DOCSTRING, if non-nil, is documentation for SYMBOL. +The return value is ALIASED. */) (symbol, aliased, docstring) Lisp_Object symbol, aliased, docstring; { -- 2.39.2