emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Typo in face-font-family-alternatives docstring with patch


From: Stefan Monnier
Subject: Re: Typo in face-font-family-alternatives docstring with patch
Date: Mon, 10 Oct 2005 14:02:20 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> face-font-family-alternatives is a list not an alist:

Looks like an alist to me.


        Stefan


> diff -c /eng/eng10/amscott1/memo/faces.el\~ /eng/eng10/amscott1/memo/faces.el
> *** /eng/eng10/amscott1/memo/faces.el~        Mon Oct  3 10:25:42 2005
> --- /eng/eng10/amscott1/memo/faces.el Mon Oct 10 09:14:22 2005
> ***************
> *** 66,72 ****
>   (defcustom face-font-family-alternatives
>     '(("courier" "fixed")
>       ("helv" "helvetica" "arial" "fixed"))
> !   "*Alist of alternative font family names.
>   Each element has the form (FAMILY ALTERNATIVE1 ALTERNATIVE2 ...).
>   If fonts of family FAMILY can't be loaded, try ALTERNATIVE1, then
>   ALTERNATIVE2 etc."
> --- 66,72 ----
>   (defcustom face-font-family-alternatives
>     '(("courier" "fixed")
>       ("helv" "helvetica" "arial" "fixed"))
> !   "*A list of alternative font family names.
>   Each element has the form (FAMILY ALTERNATIVE1 ALTERNATIVE2 ...).
>   If fonts of family FAMILY can't be loaded, try ALTERNATIVE1, then
>   ALTERNATIVE2 etc."

> Diff finished.  Mon Oct 10 09:15:34 2005


> _______________________________________________
> Emacs-pretest-bug mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug




reply via email to

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