emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/display.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/display.texi
Date: Thu, 23 Jun 2005 21:47:17 -0400

Index: emacs/lispref/display.texi
diff -c emacs/lispref/display.texi:1.168 emacs/lispref/display.texi:1.169
*** emacs/lispref/display.texi:1.168    Fri Jun 24 01:47:01 2005
--- emacs/lispref/display.texi  Fri Jun 24 01:47:16 2005
***************
*** 2527,2533 ****
  A @dfn{face alias} provides an equivalent name for a face.  You can
  define a face alias by giving the alias symbol the @code{face-alias}
  property, with a value of the target face name.  The following example
! makes @code{modeline} an alias for the @var{mode-line} face.
  
  @example
  (put 'modeline 'face-alias 'mode-line)
--- 2527,2533 ----
  A @dfn{face alias} provides an equivalent name for a face.  You can
  define a face alias by giving the alias symbol the @code{face-alias}
  property, with a value of the target face name.  The following example
! makes @code{modeline} an alias for the @code{mode-line} face.
  
  @example
  (put 'modeline 'face-alias 'mode-line)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]