Mercurial > emacs
changeset 73274:46e9c5d41caa
(auto-insert-alist): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 07 Oct 2006 11:02:14 +0000 |
parents | 175d3bb31c63 |
children | 73ff8e2f3900 |
files | lisp/autoinsert.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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'.