From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: doc elisp intro cross reference fixes Date: Tue, 18 Nov 2003 18:04:01 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87wua28zux.fsf@zip.com.au> <87ad6vdsxi.fsf@mail.jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1069197816 20640 80.91.224.253 (18 Nov 2003 23:23:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 18 Nov 2003 23:23:36 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Nov 19 00:23:34 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AMFC2-0007KP-00 for ; Wed, 19 Nov 2003 00:23:34 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AMFC2-00060P-00 for ; Wed, 19 Nov 2003 00:23:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AMG76-0004CB-D6 for emacs-devel@quimby.gnus.org; Tue, 18 Nov 2003 19:22:32 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AMFyw-0007we-DW for emacs-devel@gnu.org; Tue, 18 Nov 2003 19:14:06 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AMFyH-0007mM-UA for emacs-devel@gnu.org; Tue, 18 Nov 2003 19:13:57 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AMFyH-0007mG-N0 for emacs-devel@gnu.org; Tue, 18 Nov 2003 19:13:25 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1AMEt7-0000Bu-Jg; Tue, 18 Nov 2003 18:04:01 -0500 Original-To: bob@rattlesnake.com In-reply-to: (bob@rattlesnake.com) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17898 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17898 Is the main point of the node still accurate? When you specified a variable using the @code{defvar} special form, you could distinguish a readily settable variable from others by typing an asterisk, @samp{*}, in the first column of its documentation string. .... The use of the * is not obsolete, but it is vital also to document proper use of defcustom.