summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-07-16 11:43:32 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-07-16 11:43:32 +0000
commit50db27ad64af7f4122f4cbe7b1ba9c36d0d20feb (patch)
treeabda8ef8e28740cd76c6d43d3dd55c64ab6d2e71 /lispref
parent897ee4b8afd2e702b981b85ca4245349663cb7bb (diff)
downloademacs-50db27ad64af7f4122f4cbe7b1ba9c36d0d20feb.tar.gz
Fix reference to `defvaralias' as a macro.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/variables.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/variables.texi b/lispref/variables.texi
index c45599a92b6..dbb4f730245 100644
--- a/lispref/variables.texi
+++ b/lispref/variables.texi
@@ -1676,7 +1676,7 @@ 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}.
-@defmac defvaralias alias-var base-var [docstring]
+@defun defvaralias alias-var base-var [docstring]
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
@@ -1685,7 +1685,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 as @var{base-var},
if any.
-@end defmac
+@end defun
@defun indirect-variable variable
This function returns the variable at the end of the chain of aliases