Browse Source

ob-core.el (org-babel-insert-header-arg): Tiny message fix

* ob-core.el (org-babel-insert-header-arg): Tiny message fix.
Bastien Guerry 10 years ago
parent
commit
da8b695b2b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/ob-core.el

+ 1 - 1
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)))