# HG changeset patch # User Luc Teirlinck # Date 1067621120 0 # Node ID 03e927b45498cad2591cea0bababd85d6f4fb10e # Parent cf5230ad63461ea6280679bd5b635ff070fcfd7e (Fdefvaralias): Doc fix. diff -r cf5230ad6346 -r 03e927b45498 src/eval.c --- a/src/eval.c Fri Oct 31 17:22:08 2003 +0000 +++ b/src/eval.c Fri Oct 31 17:25:20 2003 +0000 @@ -701,8 +701,8 @@ 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; {