diff options
| author | Richard M. Stallman | 2005-06-26 13:51:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-06-26 13:51:21 +0000 |
| commit | 24ee714de4bfd7f2a51aa7c4ee05689834e69259 (patch) | |
| tree | 1cc60db12e04945594406253be426d7f4763934b | |
| parent | 7b2ab96952f2fd9c1ffde2e40f59dad62c8047f6 (diff) | |
| download | emacs-24ee714de4bfd7f2a51aa7c4ee05689834e69259.tar.gz emacs-24ee714de4bfd7f2a51aa7c4ee05689834e69259.zip | |
(Faces): Minor cleanup.
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/display.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 6e6e8f4a9ed..70055f27138 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-06-26 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * display.texi (Faces): Minor cleanup. | ||
| 4 | |||
| 1 | 2005-06-25 Luc Teirlinck <teirllm@auburn.edu> | 5 | 2005-06-25 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 6 | ||
| 3 | * display.texi (Faces): `facep' returns t for strings that are | 7 | * display.texi (Faces): `facep' returns t for strings that are |
diff --git a/lispref/display.texi b/lispref/display.texi index fe0797f1a1c..4b7e0558b01 100644 --- a/lispref/display.texi +++ b/lispref/display.texi | |||
| @@ -1628,7 +1628,7 @@ particular parts of the text or the frame. | |||
| 1628 | @cindex face id | 1628 | @cindex face id |
| 1629 | Each face has its own @dfn{face number}, which distinguishes faces at | 1629 | Each face has its own @dfn{face number}, which distinguishes faces at |
| 1630 | low levels within Emacs. However, for most purposes, you refer to | 1630 | low levels within Emacs. However, for most purposes, you refer to |
| 1631 | faces in Lisp programs by the symbol that names them. | 1631 | faces in Lisp programs by the symbols that name them. |
| 1632 | 1632 | ||
| 1633 | @defun facep object | 1633 | @defun facep object |
| 1634 | This function returns @code{t} if @var{object} is a face name string | 1634 | This function returns @code{t} if @var{object} is a face name string |