changeset 52960:03e927b45498

(Fdefvaralias): Doc fix.
author Luc Teirlinck <teirllm@auburn.edu>
date Fri, 31 Oct 2003 17:25:20 +0000
parents cf5230ad6346
children d9dc58d31ffb
files src/eval.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;
 {