diff options
author | Eli Zaretskii <eliz@gnu.org> | 2002-02-03 17:45:02 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2002-02-03 17:45:02 +0000 |
commit | 41cf7c8c1b3bcc226ac33b64269190426a81c215 (patch) | |
tree | 7b694601c1e74dda914740ed0ea3438b1ccfe585 /man | |
parent | f6a66c66b07ee49a65b4cc8367b7979438f5e24a (diff) | |
download | emacs-41cf7c8c1b3bcc226ac33b64269190426a81c215.tar.gz |
(Faces): Document the minibuffer-prompt face.
Diffstat (limited to 'man')
-rw-r--r-- | man/display.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/display.texi b/man/display.texi index aa9678a2283..1e143bcd1f6 100644 --- a/man/display.texi +++ b/man/display.texi @@ -106,6 +106,8 @@ the default face on non-windowed terminals. @xref{Display Custom}. @item header-line Similar to @code{mode-line} for a window's header line. Most modes don't use the header line, but the Info mode does. +@item minibuffer-prompt +This face is used for the prompt strings displayed in the minibuffer. @item highlight This face is used for highlighting portions of text, in various modes. For example, mouse-sensitive text is highlighted using this face. |