changeset 46392:d4d29178fccb

Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 15 Jul 2002 15:50:56 +0000
parents 5d5a55d8897b
children 4f6ec0250812
files lispref/variables.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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