summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-09-03 13:00:13 +0200
committerBastien Guerry <bzg@altern.org>2012-09-03 13:00:13 +0200
commit069b5bab381b27242534fc88efee1642bf51ef61 (patch)
treea174edf818b1f000254d997ea23908b594555108
parentce4187f0850671c05a1a2c6c4503416830ff1e2d (diff)
downloadorg-mode-069b5bab381b27242534fc88efee1642bf51ef61.tar.gz
mk/eldo.el: Small fix
-rw-r--r--mk/eldo.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/eldo.el b/mk/eldo.el
index dc235fd..3d19e68 100644
--- a/mk/eldo.el
+++ b/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)