]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-insert-alist): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 7 Oct 2006 11:03:00 +0000 (11:03 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 7 Oct 2006 11:03:00 +0000 (11:03 +0000)
lisp/ChangeLog
lisp/autoinsert.el

index 3129bef08555006a287387dcd8b16d74f110fb1e..5deb6f38f686defa1d10957160ed0d7e23d6bbbc 100644 (file)
@@ -1,3 +1,7 @@
+2006-10-07  Magnus Henoch  <mange@freemail.hu>
+
+       * autoinsert.el (auto-insert-alist): Doc fix.
+
 2006-10-07  Johan Bockg\e,be\e(Brd  <bojohan@dd.chalmers.se>
 
        * mouse-sel.el (mouse-insert-selection-internal): Use
index c1a2047a9c64be70395fa5198e514b95f6bef5f3..15a7461d288201fba875353d2ddff15731f8e4d2 100644 (file)
@@ -215,7 +215,7 @@ If this contains a %s, that will be replaced by the matching rule."
 ;;; " (file-name-nondirectory (buffer-file-name)) " ends here\n"))
   "A list specifying text to insert by default into a new file.
 Elements look like (CONDITION . ACTION) or ((CONDITION . DESCRIPTION) . ACTION).
-CONDITION maybe a regexp that must match the new file's name, or it may be
+CONDITION may be a regexp that must match the new file's name, or it may be
 a symbol that must match the major mode for this element to apply.
 Only the first matching element is effective.
 Optional DESCRIPTION is a string for filling `auto-insert-prompt'.