From 7610231952196bbced9f038722ee936a0a4c05eb Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sun, 24 Mar 2013 19:09:31 +0100 Subject: [PATCH] ob-core.el (org-babel-hash-show-time): tiny Docstring enhancement * ob-core.el (org-babel-hash-show-time): tiny Docstring enhancement. --- lisp/ob-core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ob-core.el b/lisp/ob-core.el index 811e8d490..741beec47 100644 --- a/lisp/ob-core.el +++ b/lisp/ob-core.el @@ -519,7 +519,7 @@ can not be resolved.") "Number of initial characters to show of a hidden results hash.") (defvar org-babel-hash-show-time nil - "When not nil show the time the code block was evaluated in the result hash.") + "Non-nil means show the time the code block was evaluated in the result hash.") (defvar org-babel-after-execute-hook nil "Hook for functions to be called after `org-babel-execute-src-block'")