From 6c811ac861c7789b03fd8691a3afbb10ff257061 Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Sat, 10 Jan 2015 22:27:17 +0100 Subject: [PATCH] Fix docstring * lisp/org.el (org-insert-time-stamp): Add a reference to `format-time-string'. --- lisp/org.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org.el b/lisp/org.el index e8e335684..fb2458f44 100755 --- a/lisp/org.el +++ b/lisp/org.el @@ -17127,6 +17127,7 @@ This is used by `org-read-date' in a temporary keymap for the calendar buffer." (defun org-insert-time-stamp (time &optional with-hm inactive pre post extra) "Insert a date stamp for the date given by the internal TIME. +See `format-time-string' for the format of TIME. WITH-HM means use the stamp format that includes the time of the day. INACTIVE means use square brackets instead of angular ones, so that the stamp will not contribute to the agenda.