diff options
| author | Richard M. Stallman | 2005-06-24 01:49:25 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-06-24 01:49:25 +0000 |
| commit | b93e3c3ba1644f5e746c7486bd609ba9fc7ec583 (patch) | |
| tree | 5842f12858eef31149dbb88b3ecc5e2d3c85d4d6 | |
| parent | ff71329437a5195b60799e019871181c916024ff (diff) | |
| download | emacs-b93e3c3ba1644f5e746c7486bd609ba9fc7ec583.tar.gz emacs-b93e3c3ba1644f5e746c7486bd609ba9fc7ec583.zip | |
(Face Functions): Correct Texinfo usage.
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2005-06-23 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * display.texi (Face Functions): Correct Texinfo usage. | ||
| 4 | |||
| 1 | 2005-06-23 Luc Teirlinck <teirllm@auburn.edu> | 5 | 2005-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. | |||
| 2527 | A @dfn{face alias} provides an equivalent name for a face. You can | 2527 | A @dfn{face alias} provides an equivalent name for a face. You can |
| 2528 | define a face alias by giving the alias symbol the @code{face-alias} | 2528 | define a face alias by giving the alias symbol the @code{face-alias} |
| 2529 | property, with a value of the target face name. The following example | 2529 | property, with a value of the target face name. The following example |
| 2530 | makes @var{modeline} an alias for the @var{mode-line} face. | 2530 | makes @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 | |||
| 2873 | the @code{fringe} face, so normally @var{face} need only specify the | 2873 | the @code{fringe} face, so normally @var{face} need only specify the |
| 2874 | foreground color for the bitmap. | 2874 | foreground 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 |
| 2877 | Evaluate @code{(require 'fringe)} to define them. Fringe bitmap | 2877 | @code{(require 'fringe)} to define them. Fringe bitmap symbols have |
| 2878 | symbols have their own name space. | 2878 | their 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: |