소스 검색

ox-odt.el (org-odt-convert-read-params): Fix typo in prompt

* ox-odt.el (org-odt-convert-read-params): Fix typo in prompt.
Bastien Guerry 13 년 전
부모
커밋
e5322d77f2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/ox-odt.el

+ 1 - 1
lisp/ox-odt.el

@@ -4347,7 +4347,7 @@ This is a helper routine for interactive use."
 	 (out-fmt-choices (org-odt-reachable-formats in-fmt))
 	 (out-fmt
 	  (or (and out-fmt-choices
-		   (funcall input "Output format:  "
+		   (funcall input "Output format: "
 			    out-fmt-choices nil nil nil))
 	      (error
 	       "No known converter or no known output formats for %s files"