emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Tiny omission


From: David Kastrup
Subject: Tiny omission
Date: Thu, 29 May 2008 11:17:34 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

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.

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]