From 9ed779e8f542e076928c827a8c76e23b37b48300 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Tue, 23 Aug 2005 21:01:24 +0000 Subject: [PATCH] (minibuffer-prompt): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/faces.el | 17 ++++++++++------- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b92c234700c..9202542eec8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-08-23 Juri Linkov + + * faces.el (minibuffer-prompt): Doc fix. + 2005-08-23 Juanma Barranquero * progmodes/xscheme.el: Trivial changes to silence warnings. diff --git a/lisp/faces.el b/lisp/faces.el index 3335dec8bc7..d02e40a9b43 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -1951,13 +1951,16 @@ created." :group 'basic-faces) -(defface minibuffer-prompt '((((background dark)) :foreground "cyan") - ;; Don't use blue because many users of - ;; the MS-DOS port customize their - ;; foreground color to be blue. - (((type pc)) :foreground "magenta") - (t :foreground "dark blue")) - "Face for minibuffer prompts." +(defface minibuffer-prompt + '((((background dark)) :foreground "cyan") + ;; Don't use blue because many users of the MS-DOS port customize + ;; their foreground color to be blue. + (((type pc)) :foreground "magenta") + (t :foreground "dark blue")) + "Face for minibuffer prompts. +By default, Emacs automatically adds this face to the value of +`minibuffer-prompt-properties', which is a list of text properties +used to display the prompt text." :version "22.1" :group 'basic-faces) -- 2.39.2