aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-06-24 01:49:25 +0000
committerRichard M. Stallman2005-06-24 01:49:25 +0000
commitb93e3c3ba1644f5e746c7486bd609ba9fc7ec583 (patch)
tree5842f12858eef31149dbb88b3ecc5e2d3c85d4d6
parentff71329437a5195b60799e019871181c916024ff (diff)
downloademacs-b93e3c3ba1644f5e746c7486bd609ba9fc7ec583.tar.gz
emacs-b93e3c3ba1644f5e746c7486bd609ba9fc7ec583.zip
(Face Functions): Correct Texinfo usage.
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/display.texi8
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 @@
12005-06-23 Richard M. Stallman <rms@gnu.org>
2
3 * display.texi (Face Functions): Correct Texinfo usage.
4
12005-06-23 Luc Teirlinck <teirllm@auburn.edu> 52005-06-23 Luc Teirlinck <teirllm@auburn.edu>
2 6
3 * lists.texi (Rings): `ring-elements' now returns the elements of 7 * 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.
2527A @dfn{face alias} provides an equivalent name for a face. You can 2527A @dfn{face alias} provides an equivalent name for a face. You can
2528define a face alias by giving the alias symbol the @code{face-alias} 2528define a face alias by giving the alias symbol the @code{face-alias}
2529property, with a value of the target face name. The following example 2529property, with a value of the target face name. The following example
2530makes @var{modeline} an alias for the @var{mode-line} face. 2530makes @code{modeline} an alias for the @code{mode-line} face.
2531 2531
2532@example 2532@example
2533(put 'modeline 'face-alias 'mode-line) 2533(put 'modeline 'face-alias 'mode-line)
@@ -2873,9 +2873,9 @@ default @code{fringe} face. @var{face} is automatically merged with
2873the @code{fringe} face, so normally @var{face} need only specify the 2873the @code{fringe} face, so normally @var{face} need only specify the
2874foreground color for the bitmap. 2874foreground color for the bitmap.
2875 2875
2876 These are the symbols identify the standard fringe bitmaps. 2876 These symbols identify the standard fringe bitmaps. Evaluate
2877Evaluate @code{(require 'fringe)} to define them. Fringe bitmap 2877@code{(require 'fringe)} to define them. Fringe bitmap symbols have
2878symbols have their own name space. 2878their own name space.
2879 2879
2880@table @asis 2880@table @asis
2881@item Truncation and continuation line bitmaps: 2881@item Truncation and continuation line bitmaps: