summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2014-07-27 23:25:41 +0200
committerBastien Guerry <bzg@altern.org>2014-07-27 23:25:41 +0200
commitda8b695b2b2c76139180faab7a36c2185b943e75 (patch)
tree9df261692a5d0a97acfa6972979cea745e1af00a
parent050e332e0b217a792d901715b4024d44dbeb477f (diff)
downloadorg-mode-da8b695b2b2c76139180faab7a36c2185b943e75.tar.gz
ob-core.el (org-babel-insert-header-arg): Tiny message fix
* ob-core.el (org-babel-insert-header-arg): Tiny message fix.
-rw-r--r--lisp/ob-core.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ob-core.el b/lisp/ob-core.el
index e1d4f39..ccc0878 100644
--- a/lisp/ob-core.el
+++ b/lisp/ob-core.el
@@ -862,7 +862,7 @@ arguments and pop open the results in a preview buffer."
(mapconcat
(lambda (group)
(let ((arg (org-icompleting-read
- "value: "
+ "Value: "
(cons "default"
(mapcar #'symbol-name group)))))
(if (and arg (not (string= "default" arg)))