* Tiny omission
@ 2008-05-29 9:17 David Kastrup
2008-05-29 9:40 ` Juanma Barranquero
0 siblings, 1 reply; 2+ messages in thread
From: David Kastrup @ 2008-05-29 9:17 UTC (permalink / raw)
To: emacs-devel
[-- Attachment #1: Type: text/plain, Size: 164 bytes --]
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.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 401 bytes --]
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
[-- Attachment #3: Type: text/plain, Size: 20 bytes --]
--
David Kastrup
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-05-29 9:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-29 9:17 Tiny omission David Kastrup
2008-05-29 9:40 ` Juanma Barranquero
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).