0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 20:37:51 +00:00

Fix docstring

* lisp/org.el (org-insert-time-stamp): Add a reference to
  `format-time-string'.
This commit is contained in:
Oleh Krehel 2015-01-10 22:27:17 +01:00
parent 7e6436e2c8
commit 6c811ac861

View file

@ -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) (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. "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. 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 INACTIVE means use square brackets instead of angular ones, so that the
stamp will not contribute to the agenda. stamp will not contribute to the agenda.