diff --git a/.emacs b/.emacs index d220073..704a57d 100644 --- a/.emacs +++ b/.emacs @@ -97,7 +97,7 @@ (defun pandoc () (interactive) (let (file-type file-ext tmp-out-file tmp-out-file out-file current-dir) - (setq file-type (read-string "File type (epub, [html], odt, pdf, pptx, reveal, etc.): ")) + (setq file-type (read-string "File type (docx, epub, [html], odt, pdf, pptx, reveal, etc.): ")) (setq file-ext file-type) ;; set default as html (when (string-equal file-type "")