소스 검색

mk/eldo.el: Small fix

Bastien Guerry 13 년 전
부모
커밋
069b5bab38
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mk/eldo.el

+ 1 - 1
mk/eldo.el

@@ -69,7 +69,7 @@
 	       ((get a 'custom-type) (setq opts (cons a opts)))
 	       ((fboundp a) (setq funcs (cons a funcs)))
 	       (t (setq vars (cons a vars)))))))
-    (find-file (or eldo-file (read-file-name "File: ")))
+    (find-file (or eldo-file (read-file-name "Write to file: ")))
     (org-mode)
     (eldo-write-hooks hks)
     (eldo-write-commands cmds)