From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Tiny omission Date: Thu, 29 May 2008 11:17:34 +0200 Message-ID: <86k5hdpiz5.fsf@lola.quinscape.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: ger.gmane.org 1212052705 9981 80.91.229.12 (29 May 2008 09:18:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 May 2008 09:18:25 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 29 11:19:05 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K1eHb-0006Or-3O for ged-emacs-devel@m.gmane.org; Thu, 29 May 2008 11:18:51 +0200 Original-Received: from localhost ([127.0.0.1]:57865 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1eGo-0005PI-TY for ged-emacs-devel@m.gmane.org; Thu, 29 May 2008 05:18:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K1eGT-0005Nd-82 for emacs-devel@gnu.org; Thu, 29 May 2008 05:17:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K1eGQ-0005MT-Uw for emacs-devel@gnu.org; Thu, 29 May 2008 05:17:40 -0400 Original-Received: from [199.232.76.173] (port=56448 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1eGQ-0005MD-F3 for emacs-devel@gnu.org; Thu, 29 May 2008 05:17:38 -0400 Original-Received: from mail.quinscape.de ([212.29.44.217]:46921) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K1eGP-0002lR-Uc for emacs-devel@gnu.org; Thu, 29 May 2008 05:17:38 -0400 Original-Received: (qmail-ldap/ctrl 7727 invoked from network); 29 May 2008 09:17:35 -0000 Original-Received: from unknown (HELO lola.quinscape.zz) ([10.0.3.43]) (envelope-sender ) by quinx.quinscape.de (qmail-ldap-1.03) with SMTP for ; 29 May 2008 09:17:35 -0000 Original-Received: by lola.quinscape.zz (Postfix, from userid 1001) id 65DA28F033; Thu, 29 May 2008 11:17:34 +0200 (CEST) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-AntiVirus: checked by AntiVir MailGate (version: 2.1.3-2; AVE: 7.8.0.19; VDF: 7.0.4.108; host: quinx) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:97955 Archived-At: --=-=-= Hi, I have papers on file, but no write access from work. Here is a small fix. Probably it would not be amiss to go through a lot of stuff adding manual links. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index 6d8cd48..c01999a 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el @@ -53,7 +53,8 @@ "Automatic mode-dependent insertion of text into new files." :prefix "auto-insert-" :group 'files - :group 'convenience) + :group 'convenience + :link '(custom-manual "(autotype) Autoinserting")) (defcustom auto-insert 'not-modified --=-=-= -- David Kastrup --=-=-=--