mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
; Fix define-obsolete-face-alias entry in manual.
This commit is contained in:
parent
973d5d457b
commit
080ee7f7ec
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue