Mercurial > emacs
diff src/eval.c @ 52960:03e927b45498
(Fdefvaralias): Doc fix.
| author | Luc Teirlinck <teirllm@auburn.edu> |
|---|---|
| date | Fri, 31 Oct 2003 17:25:20 +0000 |
| parents | 695cf19ef79e |
| children | 35a817bb4c0d |
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; {
