# HG changeset patch # User Miles Bader # Date 1002364988 0 # Node ID 7f0c5b8c1f41769f8d929512e412643acc4b09b5 # Parent 218f185269b8f2502836be7b29efea728c10ca9c (Variable Aliases): It's `@defmac', not `@defmacro'. diff -r 218f185269b8 -r 7f0c5b8c1f41 lispref/variables.texi --- a/lispref/variables.texi Sat Oct 06 09:57:20 2001 +0000 +++ b/lispref/variables.texi Sat Oct 06 10:43:08 2001 +0000 @@ -1666,12 +1666,12 @@ to keep the old name as an @emph{alias} of the new one for compatibility. You can do this with @code{defvaralias}. -@defmacro defvaralias alias-var base-var +@defmac defvaralias alias-var base-var This function defines the symbol @var{alias-var} as a variable alias for symbol @var{base-var}. This means that retrieving the value of @var{alias-var} returns the value of @var{base-var}, and changing the value of @var{alias-var} changes the value of @var{base-var}. -@end defmacro +@end defmac @defun indirect-variable variable This function returns the variable at the end of the chain of aliases