소스 검색

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

* ob-core.el (org-babel-hash-show-time): tiny Docstring enhancement.
Bastien Guerry 12 년 전
부모
커밋
7610231952
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/ob-core.el

+ 1 - 1
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'")