# HG changeset patch # User Juanma Barranquero # Date 1026748256 0 # Node ID d4d29178fccbb8409817b23434302d8e4762ec42 # Parent 5d5a55d8897bfbcc6104fe75453c0c7b9161ec69 Fix typo. diff -r 5d5a55d8897b -r d4d29178fccb lispref/variables.texi --- a/lispref/variables.texi Mon Jul 15 15:50:20 2002 +0000 +++ b/lispref/variables.texi Mon Jul 15 15:50:56 2002 +0000 @@ -1683,7 +1683,7 @@ value of @var{alias-var} changes the value of @var{base-var}. If the @var{docstring} argument is present, it specifies the documentation for -@var{alias-var}; otherwise, it has the same documentation that @var{base-var}, +@var{alias-var}; otherwise, it has the same documentation as @var{base-var}, if any. @end defmac