From 53332bdf625c5a92f2c33f9770cf34052a7c4d36 Mon Sep 17 00:00:00 2001 From: Vladimir Sedach Date: Mon, 26 Jun 2023 22:50:59 -0600 Subject: [PATCH] ; * doc/lispref/variables.texi: Fix define-obsolete-variable-alias arglist The WHEN argument is not optional anymore (bug#64312) Copyright-paperwork-exempt: yes --- doc/lispref/variables.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.5