# HG changeset patch # User Richard M. Stallman # Date 1151941286 0 # Node ID a93787ef56ad87048112c180bf82039d990b8dce # Parent 469b92d9146e07ec17b4d1e15b21b5dc405b9e2f (Fdefvaralias): Doc fix. diff -r 469b92d9146e -r a93787ef56ad src/eval.c --- a/src/eval.c Mon Jul 03 15:00:28 2006 +0000 +++ b/src/eval.c Mon Jul 03 15:41:26 2006 +0000 @@ -749,8 +749,7 @@ DEFUN ("defvaralias", Fdefvaralias, Sdefvaralias, 2, 3, 0, doc: /* Make NEW-ALIAS a variable alias for symbol BASE-VARIABLE. -Setting the value of NEW-ALIAS will subsequently set the value of BASE-VARIABLE, - and getting the value of NEW-ALIAS will return the value BASE-VARIABLE has. +Aliased variables always have the same value; setting one sets the other. Third arg DOCSTRING, if non-nil, is documentation for NEW-ALIAS. If it is omitted or nil, NEW-ALIAS gets the documentation string of BASE-VARIABLE, or of the variable at the end of the chain of aliases, if BASE-VARIABLE is