changeset 62091:cf2beba69ed0

(Fdefvaralias): Doc fix.
author Luc Teirlinck <teirllm@auburn.edu>
date Thu, 05 May 2005 22:40:56 +0000
parents cd1e4bc8e488
children d79218691a51
files src/eval.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/eval.c	Thu May 05 22:31:36 2005 +0000
+++ b/src/eval.c	Thu May 05 22:40:56 2005 +0000
@@ -725,7 +725,9 @@
        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.
-Third arg DOCSTRING, if non-nil, is documentation for SYMBOL.
+Third arg DOCSTRING, if non-nil, is documentation for SYMBOL.  If it is
+omitted or nil, SYMBOL gets the documentation string of ALIASED, or of the
+variable at the end of the chain of aliases, if ALIASED is itself an alias.
 The return value is ALIASED.  */)
      (symbol, aliased, docstring)
      Lisp_Object symbol, aliased, docstring;