/[emacs]/emacs/lisp/faces.el
ViewVC logotype

Diff of /emacs/lisp/faces.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.334 by jurta, Mon Aug 22 19:53:05 2005 UTC revision 1.335 by jurta, Tue Aug 23 21:00:46 2005 UTC
# Line 1951  created." Line 1951  created."
1951    :group 'basic-faces)    :group 'basic-faces)
1952    
1953    
1954  (defface minibuffer-prompt '((((background dark)) :foreground "cyan")  (defface minibuffer-prompt
1955                               ;; Don't use blue because many users of    '((((background dark)) :foreground "cyan")
1956                               ;; the MS-DOS port customize their      ;; Don't use blue because many users of the MS-DOS port customize
1957                               ;; foreground color to be blue.      ;; their foreground color to be blue.
1958                               (((type pc)) :foreground "magenta")      (((type pc)) :foreground "magenta")
1959                               (t :foreground "dark blue"))      (t :foreground "dark blue"))
1960    "Face for minibuffer prompts."    "Face for minibuffer prompts.
1961    By default, Emacs automatically adds this face to the value of
1962    `minibuffer-prompt-properties', which is a list of text properties
1963    used to display the prompt text."
1964    :version "22.1"    :version "22.1"
1965    :group 'basic-faces)    :group 'basic-faces)
1966    

Legend:
Removed from v.1.334  
changed lines
  Added in v.1.335

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26