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 năm trước cách đây
mục cha
commit
da8b695b2b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)))