소스 검색

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."