Index: emacs/lispref/display.texi
diff -c emacs/lispref/display.texi:1.167 emacs/lispref/display.texi:1.168
*** emacs/lispref/display.texi:1.167 Thu Jun 23 12:14:50 2005
--- emacs/lispref/display.texi Fri Jun 24 01:47:01 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 @var{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 @var{mode-line} face.
@example
(put 'modeline 'face-alias 'mode-line)
***************
*** 2873,2881 ****
the @code{fringe} face, so normally @var{face} need only specify the
foreground color for the bitmap.
! These are the symbols identify the standard fringe bitmaps.
! Evaluate @code{(require 'fringe)} to define them. Fringe bitmap
! symbols have their own name space.
@table @asis
@item Truncation and continuation line bitmaps:
--- 2873,2881 ----
the @code{fringe} face, so normally @var{face} need only specify the
foreground color for the bitmap.
! These symbols identify the standard fringe bitmaps. Evaluate
! @code{(require 'fringe)} to define them. Fringe bitmap symbols have
! their own name space.
@table @asis
@item Truncation and continuation line bitmaps:
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs