From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Visual cleanup for customize buffers Date: Sat, 14 Jan 2006 00:48:41 -0500 Message-ID: References: <200601130024.k0D0OHD14793@raven.dms.auburn.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1137217888 15268 80.91.229.2 (14 Jan 2006 05:51:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 14 Jan 2006 05:51:28 +0000 (UTC) Cc: emacs-devel@gnu.org, storm@cua.dk Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 14 06:51:25 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ExeJw-0008BP-Ie for ged-emacs-devel@m.gmane.org; Sat, 14 Jan 2006 06:51:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ExeM7-0004Cd-1M for ged-emacs-devel@m.gmane.org; Sat, 14 Jan 2006 00:53:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ExeLy-0004C8-3a for emacs-devel@gnu.org; Sat, 14 Jan 2006 00:53:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ExeLx-0004Bv-LJ for emacs-devel@gnu.org; Sat, 14 Jan 2006 00:53:29 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ExeLw-0004Bs-5I for emacs-devel@gnu.org; Sat, 14 Jan 2006 00:53:29 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ExeP2-00086D-PN for emacs-devel@gnu.org; Sat, 14 Jan 2006 00:56:40 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1ExeHJ-0001wW-1P; Sat, 14 Jan 2006 00:48:41 -0500 Original-To: Luc Teirlinck In-reply-to: <200601130024.k0D0OHD14793@raven.dms.auburn.edu> (message from Luc Teirlinck on Thu, 12 Jan 2006 18:24:17 -0600 (CST)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:49060 Archived-At: Maybe somebody will remember why the empty line was added for variables. I think it was, so that the State line and the documentation string should not appear as a single paragraph. It would be hard to read that way. Maybe whoever did this just forgot to do it for faces. On the other hand, the doc for faces tends to be short, so perhaps the blank line is not needed for faces.