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

* ob-core.el (org-babel-insert-header-arg): Tiny message fix.
This commit is contained in:
Bastien Guerry 2014-07-27 23:25:41 +02:00
parent 050e332e0b
commit da8b695b2b
1 changed files with 1 additions and 1 deletions

View File

@ -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)))