diff lisp/autoinsert.el @ 73274:46e9c5d41caa

(auto-insert-alist): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 07 Oct 2006 11:02:14 +0000
parents 3bd95f4f2941
children ddcbd2c1b70d 8dd8c8286063
line wrap: on
line diff
--- a/lisp/autoinsert.el	Sat Oct 07 10:58:39 2006 +0000
+++ b/lisp/autoinsert.el	Sat Oct 07 11:02:14 2006 +0000
@@ -215,7 +215,7 @@
 ;;; " (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'.