Fix typo
This commit is contained in:
parent
4a53f0818d
commit
00c087be89
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ these properties:
|
||||||
|
|
||||||
;;;###autodef
|
;;;###autodef
|
||||||
(defun set-file-templates! (&rest templates)
|
(defun set-file-templates! (&rest templates)
|
||||||
"Like `set-file-templates!', but can register multiple file templates at once.
|
"Like `set-file-template!', but can register multiple file templates at once.
|
||||||
|
|
||||||
\(fn &rest (PRED &key WHEN TRIGGER MODE PROJECT IGNORE))"
|
\(fn &rest (PRED &key WHEN TRIGGER MODE PROJECT IGNORE))"
|
||||||
(defer-until! (boundp '+file-templates-alist)
|
(defer-until! (boundp '+file-templates-alist)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue