From 32c28e885f2c671891bd71d7742f6383d9fd6762 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 9 Feb 2022 14:24:45 +0900 Subject: [PATCH] docs(readme): Fix the default languages --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 0295071..aec1b80 100644 --- a/README.org +++ b/README.org @@ -64,7 +64,7 @@ Example: } #+end_src -Default: =[ "emacs-lisp" "lisp" ]= +Default: =[ "emacs-lisp" "elisp" ]= **** Filtering subtrees You can transform the input by specifying =processLines= option. It must be a function that takes a list of strings and returns a list of strings.