From b93e3c3ba1644f5e746c7486bd609ba9fc7ec583 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 24 Jun 2005 01:49:25 +0000 Subject: [PATCH] (Face Functions): Correct Texinfo usage. --- lispref/ChangeLog | 4 ++++ lispref/display.texi | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index d05bd56c8b4..77d2d961905 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2005-06-23 Richard M. Stallman + + * display.texi (Face Functions): Correct Texinfo usage. + 2005-06-23 Luc Teirlinck * lists.texi (Rings): `ring-elements' now returns the elements of diff --git a/lispref/display.texi b/lispref/display.texi index ff502a912ef..aa3284ad0e4 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -2527,7 +2527,7 @@ differently from the default face. 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. +makes @code{modeline} an alias for the @code{mode-line} face. @example (put 'modeline 'face-alias 'mode-line) @@ -2873,9 +2873,9 @@ default @code{fringe} face. @var{face} is automatically merged with 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. + 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: -- 2.39.2