瀏覽代碼

Fix docstring

* lisp/org.el (org-timestamp-from-time): Fix docstring.
Nicolas Goaziou 7 年之前
父節點
當前提交
ee27fb010e
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      lisp/org.el

+ 2 - 1
lisp/org.el

@@ -22532,7 +22532,8 @@ Return nil if S is not a valid timestamp string."
 TIME is an Emacs internal time representation, as returned, e.g.,
 by `current-time'.
 
-When optional argument WITH-TIME is non-nil, return a
+When optional argument WITH-TIME is non-nil, return a timestamp
+object with a time part, i.e., with hours and minutes.
 
 Return an inactive timestamp if INACTIVE is non-nil.  Otherwise,
 return an active timestamp."