]> git.eshelyaron.com Git - emacs.git/commitdiff
Various doc fixes for auto-insert-mode
authorStefan Kangas <stefankangas@gmail.com>
Tue, 22 Oct 2019 16:02:43 +0000 (18:02 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Tue, 22 Oct 2019 16:06:01 +0000 (18:06 +0200)
* doc/misc/autotype.texi (Autoinserting): Various doc fixes.
* lisp/autoinsert.el (top-level): Recommend 'auto-insert-mode' over
'add-hook'.

doc/misc/autotype.texi
lisp/autoinsert.el

index 89cba183a2573db6c8fa1f6df9f6743fe4447483..e36793bf587c8f13b569cb4b90cb1c0f8a493e63 100644 (file)
@@ -268,8 +268,8 @@ certain contexts.  For example an escaped character stands for itself.
   @kbd{M-x auto-insert} will put some predefined text at the beginning of
 the buffer.  The main application for this function, as its name suggests,
 is to have it be called automatically every time an empty, and only an
-empty file is visited.  This is accomplished by putting @code{(add-hook
-'find-file-hook 'auto-insert)} into your @file{~/.emacs} file
+empty file is visited.  This is accomplished by putting
+@code{(auto-insert-mode t)} into your init file
 (@pxref{Init File,,, emacs, The GNU Emacs Manual}).
 
 @vindex auto-insert-alist
@@ -300,15 +300,16 @@ the filename to prevent multiple inclusions.  C and C++ sources insert an
 include of the header.  Makefiles insert the file makefile.inc if it exists.
 
   TeX and bibTeX mode files insert the file tex-insert.tex if it exists, while
-LaTeX mode files insert a typical @code{\documentclass} frame.  Html
+LaTeX mode files insert a typical @code{\documentclass} frame.  HTML
 files insert a skeleton with the usual frame.
 
-  Ada mode files call the Ada header skeleton command.  Emacs lisp
+  Ada mode files call the Ada header skeleton command.  Emacs Lisp
 source files insert the usual header, with a copyright of your
-environment variable @env{$ORGANIZATION} or else the FSF, and prompt
-for valid keywords describing the contents.  Files in a @file{bin}
-directory for which Emacs could determine no specialized mode
-(@pxref{Choosing Modes,,, emacs, The GNU Emacs Manual}) are set to Shell script mode.
+environment variable @env{$ORGANIZATION} or else the name of the
+current user, and prompt for valid keywords describing the contents.
+Files in a @file{bin} directory for which Emacs could determine no
+specialized mode (@pxref{Choosing Modes,,, emacs, The GNU Emacs
+Manual}) are set to Shell script mode.
 
 @findex define-auto-insert
   In Lisp (@pxref{Init File,,, emacs, The GNU Emacs Manual}) you can use the function
index a77ca091d29e97adc81ea1662a1a334c4603f615..b8c2bfd6068d5828fede809757bc70b3e10568d9 100644 (file)
@@ -32,7 +32,7 @@
 ;;  auto-mode-alist.
 ;;
 ;;  To use:
-;;     (add-hook 'find-file-hook 'auto-insert)
+;;     (auto-insert-mode t)
 ;;     setq auto-insert-directory to an appropriate slash-terminated value
 ;;
 ;;  You can also customize the variable `auto-insert-mode' to load the