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: Documentation not clear for the Lisp function set-variable Date: Mon, 20 Jun 2005 22:00:18 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1119321270 5148 80.91.229.2 (21 Jun 2005 02:34:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Jun 2005 02:34:30 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 21 04:34:28 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DkYaR-0001Aj-Oe for ged-emacs-devel@m.gmane.org; Tue, 21 Jun 2005 04:34:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DkYgm-0007OE-Kn for ged-emacs-devel@m.gmane.org; Mon, 20 Jun 2005 22:40:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DkYfI-0006pB-IC for emacs-devel@gnu.org; Mon, 20 Jun 2005 22:39:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DkYfH-0006oY-Rz for emacs-devel@gnu.org; Mon, 20 Jun 2005 22:39:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DkYap-0005Gb-1G for emacs-devel@gnu.org; Mon, 20 Jun 2005 22:34:27 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DkY7D-0001Dj-HW for emacs-devel@gnu.org; Mon, 20 Jun 2005 22:03:51 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DkY3m-0007n8-Ph; Mon, 20 Jun 2005 22:00:18 -0400 Original-From: "Richard M. Stallman" Original-To: Juanma Barranquero In-reply-to: (message from Juanma Barranquero on Mon, 20 Jun 2005 11:07:37 +0200) 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:39213 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39213 If you change the docstring, it'd be great to also change the argument names to match the ones in the docstring, or at least to add \(fn VARIABLE VALUE &optional MAKE-LOCAL). Ok, I will. Thanks.