From xemacs-m  Wed Mar  5 06:59:46 1997
Received: from elc1.dina.kvl.dk (elc1.dina.kvl.dk [130.225.40.228])
	by xemacs.org (8.8.5/8.8.5) with SMTP id GAA26424
	for <xemacs-beta@xemacs.org>; Wed, 5 Mar 1997 06:59:45 -0600 (CST)
Received: from zuse.dina.kvl.dk (zuse.dina.kvl.dk [130.225.40.245]) by elc1.dina.kvl.dk (8.6.12/8.6.4) with ESMTP id NAA01467; Wed, 5 Mar 1997 13:49:12 +0100
Received: (abraham@localhost) by zuse.dina.kvl.dk (8.6.12/8.6.4) id NAA19690; Wed, 5 Mar 1997 13:58:02 +0100
Sender: abraham@dina.kvl.dk
To: xemacs-beta@xemacs.org
Subject: custom face-documentation (was: Re: [20.1-b5] (void-function get-face-documentation) lossage)
References: <vklo83i859.fsf@cdc.noaa.gov>             <m2ybc3ntje.fsf@altair.xemacs.org> <199703042304.SAA14742@black-ice.cc.vt.edu> <m23eubnq9w.fsf@altair.xemacs.org>
Organization: The Church of Emacs
X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM<U{B+4e{k79.Ya{~':DblFPCg$
 @60,BfLv2@SKZ19cMWK0/C'v;tM:|6B'R}U1rp6CL&kN({9<zF/V{:JCg27yC)9oZjeqcQawzKfiNL
 t9}`vjmK["dRQC/qGFQq"%u|Q`:6{"Rz}b(dnl_"3$Jtqimi>|8MBp/
From: Per Abrahamsen <abraham@dina.kvl.dk>
Date: 05 Mar 1997 13:58:02 +0100
In-Reply-To: Steven L Baur's message of 04 Mar 1997 16:20:11 -0800
Message-ID: <rjsp2a1oo5.fsf_-_@zuse.dina.kvl.dk>
Lines: 19
X-Mailer: Gnus v5.4.17/Emacs 19.34
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit


Apropos, I think these two functions should be moved to faces.el.

(defun face-documentation (face)
  "Get the documentation string for FACE."
  (face-property face 'doc-string))

(defun set-face-documentation (face string)
  "Set the documentation string for FACE to STRING."
  (set-face-property face 'doc-string string))

If you agree, I'll send you a patch and try to get a similar change
made in Emacs 19.35 [1].

-- 
Per Abrahamsen

[1] There is no Emacs 19.35.

