diff options
Diffstat (limited to 'genhtml.sh')
-rw-r--r-- | genhtml.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ set -Ceu : ${EMACS:=emacs} -exec ${EMACS} --batch --load paredit.el --eval '(progn +exec ${EMACS} -q --no-site-file --batch --load paredit.el --eval '(progn (with-temp-buffer (paredit-insert-html-examples) (write-file "paredit.html")) |