changeset 43099:761d92c0f64e

(Standard Faces): Document the minibuffer-prompt face and the minibuffer-prompt-properties variable.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 03 Feb 2002 17:38:25 +0000
parents 4f83ba536676
children b31f95ef830a
files lispref/display.texi
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/display.texi	Sun Feb 03 17:33:19 2002 +0000
+++ b/lispref/display.texi	Sun Feb 03 17:38:25 2002 +0000
@@ -1240,6 +1240,14 @@
 This face controls the colors of window fringes, the thin areas on
 either side that are used to display continuation and truncation glyphs.
 
+@item minibuffer-prompt
+@kindex minibuffer-prompt @r{(face name)}
+@vindex minibuffer-prompt-properties
+This face is used for the text of minibuffer prompts.  By default,
+Emacs automatically adds this face to the value of
+@code{minibuffer-prompt-properties}, which is a list of text
+properties used to display the prompt text.
+
 @item scroll-bar
 @kindex scroll-bar @r{(face name)}
 This face controls the colors for display of scroll bars.