1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

(auto-insert-alist): Doc fix.

This commit is contained in:
Eli Zaretskii 2006-10-07 11:03:00 +00:00
parent d388682205
commit 2a57576980
2 changed files with 5 additions and 1 deletions

View 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,be(Brd <bojohan@dd.chalmers.se> 2006-10-07 Johan Bockg,be(Brd <bojohan@dd.chalmers.se>
* mouse-sel.el (mouse-insert-selection-internal): Use * mouse-sel.el (mouse-insert-selection-internal): Use

View 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")) ;;; " (file-name-nondirectory (buffer-file-name)) " ends here\n"))
"A list specifying text to insert by default into a new file. "A list specifying text to insert by default into a new file.
Elements look like (CONDITION . ACTION) or ((CONDITION . DESCRIPTION) . ACTION). 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. a symbol that must match the major mode for this element to apply.
Only the first matching element is effective. Only the first matching element is effective.
Optional DESCRIPTION is a string for filling `auto-insert-prompt'. Optional DESCRIPTION is a string for filling `auto-insert-prompt'.