aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2002-07-15 15:50:56 +0000
committerJuanma Barranquero2002-07-15 15:50:56 +0000
commit795e72aeb7b170947240d4165d456bd496dc2de7 (patch)
treeeea0a821edd3be10a85e0e9154f1fc7ea84ca180
parent32ebbc3a73a04275929dc5625f5917fd6dc93a41 (diff)
downloademacs-795e72aeb7b170947240d4165d456bd496dc2de7.tar.gz
emacs-795e72aeb7b170947240d4165d456bd496dc2de7.zip
Fix typo.
-rw-r--r--lispref/variables.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/variables.texi b/lispref/variables.texi
index 197390e0b7d..c45599a92b6 100644
--- a/lispref/variables.texi
+++ b/lispref/variables.texi
@@ -1683,7 +1683,7 @@ for symbol @var{base-var}. This means that retrieving the value of
1683value of @var{alias-var} changes the value of @var{base-var}. 1683value of @var{alias-var} changes the value of @var{base-var}.
1684 1684
1685If the @var{docstring} argument is present, it specifies the documentation for 1685If the @var{docstring} argument is present, it specifies the documentation for
1686@var{alias-var}; otherwise, it has the same documentation that @var{base-var}, 1686@var{alias-var}; otherwise, it has the same documentation as @var{base-var},
1687if any. 1687if any.
1688@end defmac 1688@end defmac
1689 1689