diff options
| author | Juanma Barranquero | 2002-07-15 15:50:56 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-07-15 15:50:56 +0000 |
| commit | 795e72aeb7b170947240d4165d456bd496dc2de7 (patch) | |
| tree | eea0a821edd3be10a85e0e9154f1fc7ea84ca180 | |
| parent | 32ebbc3a73a04275929dc5625f5917fd6dc93a41 (diff) | |
| download | emacs-795e72aeb7b170947240d4165d456bd496dc2de7.tar.gz emacs-795e72aeb7b170947240d4165d456bd496dc2de7.zip | |
Fix typo.
| -rw-r--r-- | lispref/variables.texi | 2 |
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 | |||
| 1683 | value of @var{alias-var} changes the value of @var{base-var}. | 1683 | value of @var{alias-var} changes the value of @var{base-var}. |
| 1684 | 1684 | ||
| 1685 | If the @var{docstring} argument is present, it specifies the documentation for | 1685 | If 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}, |
| 1687 | if any. | 1687 | if any. |
| 1688 | @end defmac | 1688 | @end defmac |
| 1689 | 1689 | ||