Merge pull request #2285 from RBckmnn/patch-1

editor/file-templates: fix typo in docstring
This commit is contained in:
Henrik Lissner 2020-01-02 00:02:51 -05:00 committed by GitHub
commit e98e1f464f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)