yasnippet/doc/snippet.el
2012-05-07 09:26:42 +01:00

13 lines
291 B
EmacsLisp

(with-current-buffer "manual.org" )
(dolist (file '("index.org"
"snippet-organization.org"
"snippet-expansion.org"
"snippet-development.org"
"snippet-menu.org"
"faq.org"
"changelog.org"))
)