diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/calendar/timeclock.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/timeclock.el b/lisp/calendar/timeclock.el index 825de487dcd..3735115a937 100644 --- a/lisp/calendar/timeclock.el +++ b/lisp/calendar/timeclock.el | |||
| @@ -586,7 +586,7 @@ OLD-DEFAULT hours are set for every day that has no number indicated." | |||
| 586 | (defvar timeclock-last-project nil) | 586 | (defvar timeclock-last-project nil) |
| 587 | 587 | ||
| 588 | (defun timeclock-completing-read (prompt alist &optional default) | 588 | (defun timeclock-completing-read (prompt alist &optional default) |
| 589 | "A version of `completing-read. | 589 | "A version of `completing-read'. |
| 590 | PROMPT, ALIST and DEFAULT are used for the PROMPT, COLLECTION and DEF | 590 | PROMPT, ALIST and DEFAULT are used for the PROMPT, COLLECTION and DEF |
| 591 | arguments of `completing-read'." | 591 | arguments of `completing-read'." |
| 592 | (declare (obsolete completing-read "27.1")) | 592 | (declare (obsolete completing-read "27.1")) |