; Fix define-obsolete-face-alias entry in manual.

This commit is contained in:
Basil L. Contovounesios 2025-11-30 18:54:36 +01:00
parent 973d5d457b
commit 080ee7f7ec

View file

@ -3720,10 +3720,10 @@ makes @code{modeline} an alias for the @code{mode-line} face.
@end example
@defmac define-obsolete-face-alias obsolete-face current-face when
This macro defines @code{obsolete-face} as an alias for
This macro defines @var{obsolete-face} as an alias for
@var{current-face}, and also marks it as obsolete, indicating that it
may be removed in future. @var{when} should be a string indicating
when @code{obsolete-face} was made obsolete (usually a version number
may be removed in the future. @var{when} should be a string indicating
when @var{obsolete-face} was made obsolete (usually a version number
string).
@end defmac