Merge pull request #2285 from RBckmnn/patch-1
editor/file-templates: fix typo in docstring
This commit is contained in:
commit
e98e1f464f
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