From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: Patch to fix error in Emacs-Lisp Reference Manual Date: Thu, 13 Jan 2005 03:08:04 -0500 Message-ID: References: Reply-To: ttn@glug.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1105604845 4920 80.91.229.6 (13 Jan 2005 08:27:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Jan 2005 08:27:25 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 13 09:27:09 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cp0Jw-0004br-00 for ; Thu, 13 Jan 2005 09:27:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cp0Va-0000i3-DQ for ged-emacs-devel@m.gmane.org; Thu, 13 Jan 2005 03:39:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cp0UW-0000De-4c for emacs-devel@gnu.org; Thu, 13 Jan 2005 03:38:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cp0Oq-0007V3-I7 for emacs-devel@gnu.org; Thu, 13 Jan 2005 03:32:23 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cp0Ol-0007JT-NX for emacs-devel@gnu.org; Thu, 13 Jan 2005 03:32:07 -0500 Original-Received: from [207.245.121.138] (helo=mail.agora-net.com) by monty-python.gnu.org with esmtp (TLSv1:RC4-SHA:128) (Exim 4.34) id 1Cp01a-0002TB-IF for emacs-devel@gnu.org; Thu, 13 Jan 2005 03:08:10 -0500 Original-Received: from ttn by mail.agora-net.com with local (Exim 4.34) id 1Cp01U-0007NB-7M; Thu, 13 Jan 2005 03:08:04 -0500 Original-To: franl@world.std.com In-reply-to: (message from Francis Litterio on Wed, 12 Jan 2005 14:14:56 -0500) 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: main.gmane.org gmane.emacs.devel:32189 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32189 From: Francis Litterio Date: Wed, 12 Jan 2005 14:14:56 -0500 The "Active Keymaps" node in the Emacs-Lisp Reference Manual (in file keymaps.texi) contradicts itself regarding the semantics of variable overriding-local-map. The below patch fixes this contradiction. thanks, installed. please in the future include a ChangeLog entry, e.g.: 2005-01-13 Francis Litterio (tiny change) * keymaps.texi (Active Keymaps): Fix overriding-local-map description. that will make things go smoother, especially for maintainers who might not fully understand the changes in the patch. the precise date is not as important as the other info; it will get adjusted at commit-time. thi