org-clock: Fix defcustom type for two variables

* lisp/org-clock.el (org-clock-total-time-cell-format,
  org-clock-file-time-cell-format): Use correct type.
This commit is contained in:
Nicolas Goaziou 2013-08-08 14:32:01 +02:00
parent f5161671ce
commit ab8bfb8460
1 changed files with 2 additions and 2 deletions

View File

@ -361,13 +361,13 @@ play with them."
"Format string for the total time cells."
:group 'org-clock
:version "24.1"
:type 'boolean)
:type 'string)
(defcustom org-clock-file-time-cell-format "*%s*"
"Format string for the file time cells."
:group 'org-clock
:version "24.1"
:type 'boolean)
:type 'string)
(defcustom org-clock-clocked-in-display 'mode-line
"When clocked in for a task, org-mode can display the current