ob-core.el (org-babel-hash-show-time): tiny Docstring enhancement

* ob-core.el (org-babel-hash-show-time): tiny Docstring enhancement.
This commit is contained in:
Bastien Guerry 2013-03-24 19:09:31 +01:00
parent fa9a9ac7a7
commit 7610231952
1 changed files with 1 additions and 1 deletions

View File

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