Quellcode durchsuchen

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

* ob-core.el (org-babel-insert-header-arg): Tiny message fix.
Bastien Guerry vor 10 Jahren
Ursprung
Commit
da8b695b2b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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)))