]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/variables.texi: Fix define-obsolete-variable-alias arglist
authorVladimir Sedach <vas@oneofus.la>
Tue, 27 Jun 2023 04:50:59 +0000 (22:50 -0600)
committerEli Zaretskii <eliz@gnu.org>
Tue, 27 Jun 2023 11:21:49 +0000 (14:21 +0300)
The WHEN argument is not optional anymore (bug#64312)

Copyright-paperwork-exempt: yes

doc/lispref/variables.texi

index 755109aac1eb6245e74fc74936b491aa0bb79911..f7322e11365322715e9a7cf4af285ced93c15d04 100644 (file)
@@ -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: