From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: doc of eval-defun (C-M-x) Date: Tue, 10 Jul 2007 01:38:09 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1184045879 9272 80.91.229.12 (10 Jul 2007 05:37:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 10 Jul 2007 05:37:59 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: "Drew Adams" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jul 10 07:37:57 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I88Q6-0003ig-OU for geb-bug-gnu-emacs@m.gmane.org; Tue, 10 Jul 2007 07:37:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I88Q6-0001fK-8b for geb-bug-gnu-emacs@m.gmane.org; Tue, 10 Jul 2007 01:37:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I88Q4-0001fC-9g for bug-gnu-emacs@gnu.org; Tue, 10 Jul 2007 01:37:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I88Q2-0001ek-FA for bug-gnu-emacs@gnu.org; Tue, 10 Jul 2007 01:37:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I88Q2-0001eh-AJ for bug-gnu-emacs@gnu.org; Tue, 10 Jul 2007 01:37:50 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I88Q1-00011I-V9 for bug-gnu-emacs@gnu.org; Tue, 10 Jul 2007 01:37:50 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1I88QL-000124-2c; Tue, 10 Jul 2007 01:38:09 -0400 In-reply-to: X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16120 Archived-At: 1. `eval-defun' is not in the Elisp manual index, except for one occurrence in the section on edebug. Nodes `Defining Variables' and `Variable Definitions' should be indexed for `eval-defun'. We don't use the index that way. 2. The doc string of `eval-defun' mentions only `defvar' and `defcustom'. It should also mention the same behavior for `defface'. 3. The Elisp manual, node Defining Faces, which discusses `defface', should also mention the C-M-x (`eval-defun') behavior for `defface'. The nodes discussing `defvar' and `defcustom' mention it, but `defface' was forgotten. I fixed these. Thanks for reporting them.