]> git.eshelyaron.com Git - emacs.git/commitdiff
(Variable Aliases): It's `@defmac', not `@defmacro'.
authorMiles Bader <miles@gnu.org>
Sat, 6 Oct 2001 10:43:21 +0000 (10:43 +0000)
committerMiles Bader <miles@gnu.org>
Sat, 6 Oct 2001 10:43:21 +0000 (10:43 +0000)
lispref/ChangeLog
lispref/variables.texi

index 03b6fcb361bb95646c9bcacdbad64fb2335a880f..6c5c4091ba46935b7b945b60dc7772b3b788ba54 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-06  Miles Bader  <miles@gnu.org>
+
+       * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
+
 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
 
        * variables.texi (Variable Aliases): New node.
index 097961e98bdbe556c8eb404fb101237f1017db98..17f4d28df3aafc825a88c24a02e875063abab825 100644 (file)
@@ -1666,12 +1666,12 @@ chosen, or because its meaning has partly changed---it can be useful
 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