emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Docstring line length


From: Juri Linkov
Subject: Re: Docstring line length
Date: Thu, 22 Dec 2005 22:43:34 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

> ! (defcustom apropos-label-face 'italic
>    "*Face for label (`Command', `Variable' ...) in Apropos output.
>  A value of nil means don't use any special font for them, and also
>  turns off mouse highlighting."
> --- 85,91 ----
>    :group 'apropos
>    :type 'face)
>
> ! (defcustom apropos-label-face '(:underline t :foreground "blue" :slant 
> italic)

I think the right face to use here is `button':

(defcustom apropos-label-face 'button

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]