From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: defcustom and the stars. Date: Wed, 03 Jan 2007 21:31:43 -0500 Message-ID: References: <87d55xozrn.fsf@lrde.org> <877iw4pdyo.fsf@lrde.org> <873b6sp96d.fsf@lrde.org> <87vejont95.fsf@lrde.org> <87r6ucns3x.fsf@lrde.org> <87mz50nows.fsf@lrde.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1167878070 21905 80.91.229.12 (4 Jan 2007 02:34:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Jan 2007 02:34:30 +0000 (UTC) Cc: lekktu@gmail.com, monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 04 03:34:27 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H2IQx-0000xK-85 for ged-emacs-devel@m.gmane.org; Thu, 04 Jan 2007 03:34:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2IQw-0004Yg-Hk for ged-emacs-devel@m.gmane.org; Wed, 03 Jan 2007 21:34:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H2IOk-0003DU-Tv for emacs-devel@gnu.org; Wed, 03 Jan 2007 21:32:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H2IOk-0003Co-8s for emacs-devel@gnu.org; Wed, 03 Jan 2007 21:32:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2IOj-0003CK-Nd for emacs-devel@gnu.org; Wed, 03 Jan 2007 21:32:05 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H2IOj-0003mn-Ff for emacs-devel@gnu.org; Wed, 03 Jan 2007 21:32:05 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1H2ION-0002Yf-WA; Wed, 03 Jan 2007 21:31:44 -0500 Original-To: michael@cadilhac.name (=?iso-8859-1?Q?Micha=EBl?= Cadilhac) In-reply-to: <87mz50nows.fsf@lrde.org> (michael@cadilhac.name) 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:64728 Archived-At: *************** *** 832,838 **** satisfies the predicate `integerp'. =20=20 Documentation: ! *Column beyond which automatic line-wrapping should happen. Interactively, you can set the buffer local value using C-x f. =20=20 You can customize this variable. =2D-- 832,838 ---- satisfies the predicate `integerp'. =20=20 Documentation: ! Column beyond which automatic line-wrapping should happen. Interactively, you can set the buffer local value using C-x f. =20=20 You can customize this variable. That is incorrect, because the Documentation of fill-column does include a star at present. The line that says you can customize the variable indicates that this ! variable is a user option, as would have indicated a line saying that ! you can change at user level the variable. @kbd{C-h v} is not ! restricted to user options; it allows any variable name. I can't understand that new text. What is it supposed to mean?