summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-01-10 14:37:02 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-01-10 14:37:02 +0100
commitee27fb010ed0d1adbb8670c21241c69ebfb757a3 (patch)
treee433094dafd247eb4fa93a425c537701a96f9626
parentd3cdc35e06f11784f6ec953756f2f80726fdb47d (diff)
downloadorg-mode-ee27fb010ed0d1adbb8670c21241c69ebfb757a3.tar.gz
Fix docstring
* lisp/org.el (org-timestamp-from-time): Fix docstring.
-rw-r--r--lisp/org.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 1207eea..2de3714 100644
--- a/lisp/org.el
+++ b/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."