mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-23 10:34:07 +00:00
(auto-insert-alist): Doc fix.
This commit is contained in:
parent
d388682205
commit
2a57576980
@ -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>
|
||||
|
||||
* mouse-sel.el (mouse-insert-selection-internal): Use
|
||||
|
@ -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'.
|
||||
|
Loading…
Reference in New Issue
Block a user