diff options
Diffstat (limited to 'doc/lispref/variables.texi')
-rw-r--r-- | doc/lispref/variables.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index 755109aac1e..f7322e11365 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi @@ -2589,7 +2589,7 @@ can be either @code{get} or @code{set}. You can make two variables synonyms and declare one obsolete at the same time using the macro @code{define-obsolete-variable-alias}. -@defmac define-obsolete-variable-alias obsolete-name current-name &optional when docstring +@defmac define-obsolete-variable-alias obsolete-name current-name when &optional docstring This macro marks the variable @var{obsolete-name} as obsolete and also makes it an alias for the variable @var{current-name}. It is equivalent to the following: |