From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.devel Subject: doc string of `local-variable-if-set-p' Date: Thu, 14 Oct 2004 01:48:02 +0900 (JST) Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <20041014.014802.38725803.jet@gyve.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1097686307 30625 80.91.229.6 (13 Oct 2004 16:51:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Oct 2004 16:51:47 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 13 18:51:36 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CHmLf-0004qM-00 for ; Wed, 13 Oct 2004 18:51:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CHmSi-0007fa-MG for ged-emacs-devel@m.gmane.org; Wed, 13 Oct 2004 12:58:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CHmSX-0007d5-4U for emacs-devel@gnu.org; Wed, 13 Oct 2004 12:58:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CHmSW-0007cl-G1 for emacs-devel@gnu.org; Wed, 13 Oct 2004 12:58:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CHmSW-0007cb-D4 for emacs-devel@gnu.org; Wed, 13 Oct 2004 12:58:40 -0400 Original-Received: from [210.130.136.40] (helo=r-maa.spacetown.ne.jp) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CHmKw-000084-Lz for emacs-devel@gnu.org; Wed, 13 Oct 2004 12:50:51 -0400 Original-Received: from localhost (h219-110-076-165.catv01.itscom.jp [219.110.76.165]) by r-maa.spacetown.ne.jp (8.11.6) with ESMTP id i9DGolr00281 for ; Thu, 14 Oct 2004 01:50:49 +0900 (JST) Original-To: emacs-devel@gnu.org X-Mailer: Mew version 4.0.62 on Emacs 21.3.50 / Mule 5.0 (SAKAKI) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28355 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28355 Hi, M-x descscribe-function `local-variable-if-set-p' and I got *Help*: local-variable-if-set-p is a built-in function in `C source code'. (local-variable-if-set-p variable &optional buffer) Non-nil if variable will be local in buffer buffer if it is set there. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ buffer defaults to the current buffer. My english is poor but I guess something conjunction like `and' is need between two if clauses. Masatake YAMATO